Junio C Hamano <gitster@xxxxxxxxx> writes: >>> 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/equivalent > > I 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.