]> git.99rst.org Git - git.git/commit
fetch: pass --no-write-fetch-head to subprocesses
authorEric Wong <redacted>
Wed, 8 Mar 2023 22:22:05 +0000 (22:22 +0000)
committerJunio C Hamano <redacted>
Thu, 9 Mar 2023 19:06:39 +0000 (11:06 -0800)
commit15184ae9da1474908060a5c9b8c6ca88891e415e
treeed5699de830884c6b94c0286b23bf28447c664d2
parent725f57037d81e24eacfda6e59a19c60c0b4c8062
fetch: pass --no-write-fetch-head to subprocesses

It seems a user would expect this option would work regardless
of whether it's fetching from a single remote, many remotes,
or recursing into submodules.

Signed-off-by: Eric Wong <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fetch.c
t/t5514-fetch-multiple.sh
t/t5526-fetch-submodules.sh
git clone https://git.99rst.org/PROJECT