diff options
author | Brandon Williams <bmwill@google.com> | 2018-03-14 19:31:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-14 22:15:06 +0100 |
commit | 432e95651031025e421ae2f521f7c0d9f60c527c (patch) | |
tree | e9db68ee2d6226891355e35d13a7c30873307e29 /remote-curl.c | |
parent | connect: discover protocol version outside of get_remote_heads (diff) | |
download | git-432e95651031025e421ae2f521f7c0d9f60c527c.tar.xz git-432e95651031025e421ae2f521f7c0d9f60c527c.zip |
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>
Diffstat (limited to 'remote-curl.c')
0 files changed, 0 insertions, 0 deletions