Johannes Schindelin escreveu: > The settings in /etc/gitconfig can be overridden in ~/.gitconfig, > which in turn can be overridden in .git/config. > +#define ETC_GITCONFIG "/etc/gitconfig" > + if (!access(ETC_GITCONFIG, R_OK)) > + ret += git_config_from_file(fn, ETC_GITCONFIG); this is a stupid idea. This should use the path given as the --sysconfdir argument to configure. If the configure result is not available, it should default to $prefix/etc/ It should be possible to install private copy of Git without being affected by system wide defaults. -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen - 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