]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
fetch-pack: perform a fetch using v2
authorBrandon Williams <bmwill@google.com>
Thu, 15 Mar 2018 17:31:28 +0000 (10:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 19:01:08 +0000 (12:01 -0700)
commit685fbd32916f3e94bc89aa14e8fdce835b06f801
tree679bcd54162edebd9c4f73aafa052888e63d7895
parent3145ea957d2ca6ba7afb087c9ed680e08d705690
fetch-pack: perform a fetch using v2

When communicating with a v2 server, perform a fetch by requesting the
'fetch' command.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/protocol-v2.txt
builtin/fetch-pack.c
fetch-pack.c
fetch-pack.h
serve.c
t/t5701-git-serve.sh
t/t5702-protocol-v2.sh
transport.c
upload-pack.c
upload-pack.h