Merge branch 'jt/lazy-fetch'
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:04 +0000 (12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:04 +0000 (12:37 -0700)
commitb4100f366c1e5adf3a254cdc6f832aa1a4461053
tree0cd253a268b0b06a09dd3cf17e60b666d67632d5
parent3f02c0ad360d96e8dbba92f97b42ebbaa4319db1
parentdb3c293ecded67128b74a03f01e65c6799ff1116
Merge branch 'jt/lazy-fetch'

Updates to on-demand fetching code in lazily cloned repositories.

* jt/lazy-fetch:
  fetch: no FETCH_HEAD display if --no-write-fetch-head
  fetch-pack: remove no_dependents code
  promisor-remote: lazy-fetch objects in subprocess
  fetch-pack: do not lazy-fetch during ref iteration
  fetch: only populate existing_refs if needed
  fetch: avoid reading submodule config until needed
  fetch: allow refspecs specified through stdin
  negotiator/noop: add noop fetch negotiator
Makefile
builtin/fetch.c
fetch-pack.c
fetch-pack.h
remote-curl.c
t/t5616-partial-clone.sh
transport.c
transport.h