]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/no-lazy-fetch'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:40 +0000 (15:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:40 +0000 (15:59 -0800)
"git --no-lazy-fetch cmd" allows to run "cmd" while disabling lazy
fetching of objects from the promisor remote, which may be handy
for debugging.

* jc/no-lazy-fetch:
  git: extend --no-lazy-fetch to work across subprocesses
  git: document GIT_NO_REPLACE_OBJECTS environment variable
  git: --no-lazy-fetch option

1  2 
Documentation/git.txt
environment.c
git.c
t/t0410-partial-clone.sh

Simple merge
diff --cc environment.c
Simple merge
diff --cc git.c
Simple merge
Simple merge