On Tuesday 13 November 2007 22:22, Johannes Schindelin wrote: > 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? I don't think so. environment.c is about things that concern the repository. This is really only about configuration. -- 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