On Wed, 2011-10-05 at 08:11 +0200, Johannes Sixt wrote: > >> federico@skyplex:/etc$ git log > >> fatal: Not a git repository (or any of the parent directories): .git > > > > with correct access permissions, everything works as expected. > > And the correct error message is...? ".git: permission denied" -- no need to be fatal (there could be ../.git, etc - fatal comes only if those don't exist). It could fail silently if one of the parents exists, but in the fatal scenario, I should be told that it was by permission denied. Currently, I am told there is no git repo where I know there to be one, which means "what happened to my repo" is the next question in the user's head. "it's there but it is broke" is the subtext one gets from this error. it should be "it is there, I cannot get to it". > >> drwx------ 8 root root 4096 2011-10-03 16:53 .git > > Assuming that you expected something like this: > > fatal: .git: permission denied > > it is hard to argue that a directory that happens to be named .git, but > was sealed by its owner should be assumed to be a git repository, albeit > one that we do not have access to. "Not a git repository" is an equally > justifyable error message, IMHO. An error message should help resolve the error in question, not grade the user's smarts. Here I as a user had an expectation that there was a git repository for /etc ("I set up one!") and figured the permission issue with my own wits (well, I did not need to because it was /etc, but in the general perm-denied case I would have had to), by looking at the dir because the message gave me no useful information on the cause of the problem. Thanks -Federico -- _________________________________________ -- "'Problem' is a bleak word for challenge" - Richard Fish (Federico L. Lucifredi) - federico at canonical.com - GnuPG 0x4A73884C -- 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