As far as I can tell, that's a flaw in git-clone.sh; if the user has set
GIT_CONFIG, it shouldn't be the case that every program other than
git-clone obeys it while git-clone ignores it. (On the other hand,
possibly every program other than git-config should ignore it, since it's
only documented as affecting git-config.) git-clone.sh only sets it, I
think, because it runs programs from the wrong context for them to do the
right thing by default, not because it's specifically trying to override a
user-provided setting.
-Daniel
*This .sig left intentionally blank*.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html