]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/upload-pack-v2-fix-shallow'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2018 06:50:19 +0000 (15:50 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2018 06:50:19 +0000 (15:50 +0900)
"git fetch" over protocol v2 into a shallow repository failed to
fetch full history behind a new tip of history that was diverged
before the cut-off point of the history that was previously fetched
shallowly.

* jt/upload-pack-v2-fix-shallow:
  upload-pack: clear flags before each v2 request
  upload-pack: make want_obj not global
  upload-pack: make have_obj not global

1  2 
t/t5702-protocol-v2.sh
upload-pack.c

Simple merge
diff --cc upload-pack.c
Simple merge