Le 15 juin 2014 12:16, "wsgd" <wsgd@xxxxxxx> a écrit :
>
> Hello,
>
> I'm want to get (clone) 1.12 branch source code.
>
> I have cloned https://code.wireshark.org/review/wireshark (as specified into http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#_install_and_prepare_sources).
>
> I get source code for a version 1.99.
> Is it normal ?
> Which repository should be cloned to have 1.12 branch source code ?
>
>
> Thanks,
> Olivier
>
Hi Olivier,
You can checkout master-1.12 branch in your fresh clone with the following command:
git checkout origin/master-1.12 -b master-1.12
Regards,
Pascal.