]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit3df27e0e34a634efd0aa842bc49030393deed673
tree2a09d91f6f89cfdb490b1b33133c6692f5db41bd
parent3fc8522e68c00c899567c2877bb71aff75d9df3e
parentd1035cac09602590578f70fb0294e97daf03769c
Merge branch 'jt/upload-pack-v2-fix-shallow'

"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
t/t5702-protocol-v2.sh
upload-pack.c