Han-Wen Nienhuys <hanwen@xxxxxxxxx> writes: > 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. Stupid probably is too strong a word, but I think I'd agree we should default it to $(prefix)/etc and have distros override it in the Makefile. - 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