Giuseppe Bilotta schrieb: > +# Clear repo-local GIT_* environment variables. Useful when switching to > +# another repository (e.g. when entering a submodule) > +clear_local_git_env() { > + unset GIT_DIR GIT_WORKTREE GIT_OBJECT_DIRECTORY \ > + GIT_INDEX_FILE GIT_GRAFT_FILE GIT_CONFIG \ > + GIT_NO_REPLACE_OBJECTS IMO, this list should be in sync with the one you find in connect.c:git_connect() around line 611. They have the same purpose. (And, BTW, a vertical list would be more readable than a mixed horizontal+vertical list, IMVHO.) -- Hannes -- 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