Hi, On Sun, 29 Jun 2008, Daniel Barkalow wrote: > On Sun, 29 Jun 2008, Johannes Schindelin wrote: > > > On Sun, 29 Jun 2008, Daniel Barkalow wrote: > > > > > Did we even make a commitment on whether: > > > > > > GIT_CONFIG=foo git clone bar > > > > > > must ignore the environment variable, or simply doesn't necessarily > > > obey it? > > > > I'd rather strongly argue that no matter what is the answer to this > > question, we _HAVE TO_ unsetenv() GIT_CONFIG at some stage, otherwise > > no .git/config will be written. > > Why should .git/config get written? Because the user asked for a clone, where she reasonably expects a git repository with all the [core] and the initial [remote "origin"] settings to be written as it should be, _even if_ setting the config to somewhere else? Hmm? IMITCNVHO it would be a serious mistake to write the config somewhere else with "clone". If that still does not convince you, "git init" also writes to ".git/config" regardless of the user's (possibly bogus) GIT_CONFIG. It is just such a basic thing that you must _not_ use GIT_CONFIG for writing with git clone or git init. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html