On Thu, Oct 6, 2011 at 3:49 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> So if: >> .git/ is a directory with not enough permissions. >> ../.git/ is a directory with enough permissions. >> >> git would today use ../.git. You suggest that git instead would die >> because a .git/ exists? (I'm not saying this is wrong or right). > > For that matter, if you have .git/ that is a directory but is not a > repository, and ../.git/ that is, the same situation would arise. I do not > think we should die because .git/ is not a git repository. I do not know > if we should even warn about it. Probably not. On the other hand we should show user how we ignored .git if we find no good repository in the end. So maybe it's a good idea to queue up warnings and only print before git calls die("Not a repository"). -- Duy -- 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