Hi, On Tue, 13 Nov 2007, Johannes Sixt wrote: > diff --git a/config.c b/config.c > index dc3148d..dd7e9ad 100644 > --- a/config.c > +++ b/config.c > @@ -452,6 +452,11 @@ int git_config_from_file(config_fn_t fn, const char *filename) > return ret; > } > > +const char *git_etc_gitconfig(void) > +{ > + return ETC_GITCONFIG; > +} > + Wouldn't this logically belong into environment.c? Ciao, Dscho - 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