]> git.ipfire.org Git - thirdparty/git.git/commit - connect.h
connect: request remote refs using v2
authorBrandon Williams <bmwill@google.com>
Thu, 15 Mar 2018 17:31:21 +0000 (10:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 19:01:08 +0000 (12:01 -0700)
commite52449b672210f4b49e116ca34dcd46657287f61
treeacf2751917ca8443909296c28edcb42997ba02f2
parent72d0ea0056b8656765748a8bdeb42ee26ee1c8dc
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