]> git.ipfire.org Git - thirdparty/git.git/commit - transport-helper.c
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)
commit2c206fc82abb3ae3d8a5fb5b3c07c1a933007f31
tree55466cec9abcec3afafe741324490c2c47367d3a
parent43072b4ca132437f21975ac6acc6b72dc22fd398
parente6d5479e7ac301ae8d11daa3d8ef748e891c91c3
Merge branch 'jc/no-lazy-fetch'

"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
Documentation/git.txt
environment.c
git.c
t/t0410-partial-clone.sh