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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sun Jul 30 19:35:32 2006
This archive was generated by hypermail 2.1.8 : 2006-07-30 19:36:00 EST