On Wed, Feb 06, 2008 at 03:38:17AM -0500, Jeff King wrote: > So I think we are stuck adding in some environment magic to suppress the > reading of ETC_GITCONFIG, and doing something like: > > unset GIT_CONFIG > GIT_ETC_CONFIG=$(pwd)/.git/nonexistant > GIT_LOCAL_CONFIG=$(pwd)/.git/nonexistant Actually, we don't need to suppress GIT_LOCAL_CONFIG in the same way; we just need to make sure it isn't set. But we do need to set HOME to avoid that lookup. Patch series will follow. -Peff - 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