Hi, On Sun, 17 Feb 2008, Lars Hjemli wrote: > @@ -302,6 +305,12 @@ const char *setup_git_directory_gently(int *nongit_ok) > */ > offset = len = strlen(cwd); > for (;;) { > + gitfile_dir = read_gitfile_gently(DEFAULT_GIT_DIR_ENVIRONMENT); > + if (gitfile_dir && is_git_directory(gitfile_dir)) { > + if (set_git_dir(gitfile_dir)) > + return NULL; Should this not complain loudly? Really loudly, as in die()? 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