On Fri, Apr 1, 2016 at 2:54 AM, Matthew Persico <matthew.persico@xxxxxxxxx> wrote: > Greetings. > > Given the GIT_CONFIG environment variable can change 'git config' > behaves, it stands to reason that if GIT_CONFIG is defined, then ALL > git commands obey the value of GIT_CONFIG and use that file for config > info. > > As a test, exported GIT_CONFIG=/tmp/ohm, copied ~/.gitconfig to > /tmp/ohm, Is /tmp/ohm a directory? If that is the case, then you should probably have exported "GIT_CONFIG=/tmp/ohm/.gitconfig", as the git config doc says it specifies a filename. -- 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