On 5/24/07, skimo@xxxxxxxx <skimo@xxxxxxxx> wrote:
+ if (cmd->clear_git_env) { + unsetenv(ALTERNATE_DB_ENVIRONMENT); + unsetenv(DB_ENVIRONMENT); + unsetenv(CONFIG_ENVIRONMENT); + unsetenv(GIT_DIR_ENVIRONMENT); + unsetenv(GRAFT_ENVIRONMENT); + unsetenv(INDEX_ENVIRONMENT); + }
You might want to try the alternative approach from the recently proposed patches to do the same, but more generic. Would be less code, too. - 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