]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
transport: store protocol version
authorBrandon Williams <bmwill@google.com>
Wed, 14 Mar 2018 18:31:46 +0000 (11:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 21:15:06 +0000 (14:15 -0700)
commit432e95651031025e421ae2f521f7c0d9f60c527c
treee9db68ee2d6226891355e35d13a7c30873307e29
parentad6ac1244fd175d08bcee62060a9a0b7975930fb
transport: store protocol version

Once protocol_v2 is introduced requesting a fetch or a push will need to
be handled differently depending on the protocol version.  Store the
protocol version the server is speaking in 'struct git_transport_data'
and use it to determine what to do in the case of a fetch or a push.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c