]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/fetch-remove-lazy-fetch-plugging'
authorJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:38 +0000 (09:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:38 +0000 (09:04 -0800)
"git fetch" codepath had a big "do not lazily fetch missing objects
when I ask if something exists" switch.  This has been corrected by
marking the "does this thing exist?" calls with "if not please do not
lazily fetch it" flag.

* jt/fetch-remove-lazy-fetch-plugging:
  promisor-remote: remove fetch_if_missing=0
  clone: remove fetch_if_missing=0
  fetch: remove fetch_if_missing=0

1  2 
builtin/clone.c
builtin/fetch.c
fetch-pack.c
t/t5616-partial-clone.sh

diff --cc builtin/clone.c
Simple merge
diff --cc builtin/fetch.c
Simple merge
diff --cc fetch-pack.c
Simple merge
Simple merge