connect: request remote refs using v2
authorBrandon Williams <bmwill@google.com>
Wed, 7 Feb 2018 01:12:51 +0000 (17:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Feb 2018 19:53:06 +0000 (11:53 -0800)
commita57d3019da9f3bd416e5042010f79e9b342bb5c6
tree39c5f3b1f16743828c526a41266969b070bbde48
parent215bb94d3f1fbe17e00606c610d684bd58f584de
connect: request remote refs using v2

Teach the client to be able to request a remote's refs using protocol
v2.  This is done by having a client issue a 'ls-refs' request to a v2
server.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/upload-pack.c
connect.c
connect.h
remote.h
t/t5702-protocol-v2.sh [new file with mode: 0755]
transport.c