Hi, On Sun, 30 Jul 2006, Matthias Lederhofer wrote: > diff --git a/setup.c b/setup.c > index 4612f11..358e139 100644 > --- a/setup.c > +++ b/setup.c > @@ -184,6 +184,10 @@ const char *setup_git_directory_gently(i > } > return NULL; > bad_dir_environ: > + if (!nongit_ok) { > + *nongit_ok = 1; > + return NULL; > + } Funny. Yesterday, I looked through "git diff next", and decided to sync this part, i.e. undo the change you just proposed... Ciao, Dscho - : 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