]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitfce9e836d395fb315bb8b77619868098a6cb02eb
tree08f7d5b4eb0c0cf663a5863ff4b5552b8d225602
parent8faff3899e1fdefbdd143eaf5ce3b96532205bc7
parent603960b50edeb1f0afa694f2f0283e553c031129
Merge branch 'jt/fetch-remove-lazy-fetch-plugging'

"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
builtin/clone.c
builtin/fetch.c
fetch-pack.c
t/t5616-partial-clone.sh