On Tue, 15 Jul 2008, Sverre Rabbelier wrote: > On Mon, Jun 30, 2008 at 9:37 AM, Daniel Barkalow <barkalow@xxxxxxxxxxxx> wrote: > > @@ -611,31 +613,28 @@ int git_config(config_fn_t fn, void *data) > > { > > int ret = 0; > > char *repo_config = NULL; > > - const char *home = NULL, *filename; > > + const char *home = NULL; > > > > /* $GIT_CONFIG makes git read _only_ the given config file, > > * $GIT_CONFIG_LOCAL will make it process it in addition to the > > * global config file, the same way it would the per-repository > > * config file otherwise. */ > > I noticed today while looking at config.c (because of the 'git config > oddity' thread) that this reference to GIT_CONFIG_LOCAL was not > removed? Actually, it looks like that whole comment is obsolete; only builtin-config.c cares about any of this stuff. > On latest next: > $ grep GIT_CONFIG_LOCAL * > config.c: * $GIT_CONFIG_LOCAL will make it process it in addition to the > git-svn: my $file = $ENV{GIT_CONFIG} || $ENV{GIT_CONFIG_LOCAL} || > git-svn.perl: my $file = $ENV{GIT_CONFIG} || $ENV{GIT_CONFIG_LOCAL} || I'm not sure if git-svn is doing the right thing here, either. -Daniel *This .sig left intentionally blank* -- 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