Re: [PATCH] git: extend --no-lazy-fetch to work across subprocesses
From: Linus Arver <hidden>
Date: 2024-02-16 23:12:50
From: Linus Arver <hidden>
Date: 2024-02-16 23:12:50
Junio C Hamano [off-list ref] writes:
quoted
quoted
Do not model how the value of GIT_NO_REPLACE_OBJECTS environment variable is ignored, though. Just use the usual git_env_bool() to allow "export GIT_NO_LAZY_FETCH=0" and "unset GIT_NO_LAZY_FETCH" to be equivalents.s/equivalents/equivalentI meant to say that these two are "equivalents" (noun, plural).
Ah, I see.
I can rephrase to Just use git_env_bool() to make "export GIT_NO_LAZY_FETCH=0" an equivalent to "unset GIT_NO_LAZY_FETCH". though, of course.
SGTM either way. Thanks.