git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BUG: Wrong error message when access to .git directory denied
@ 2015-05-29  7:47 Jonas Berlin
  2015-05-29 15:29 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Jonas Berlin @ 2015-05-29  7:47 UTC (permalink / raw)
  To: git

Hi,

Severity: Low
Impact: Confusion
Git version: 1.9.1

If I don't have permissions to access the .git folder of a non-bare git repository, I get the following output:

  fatal: Not a git repository (or any of the parent directories): .git

Expected output:

  fatal: Permission denied while accessing .git directory

Steps to reproduce:

  mkdir foo
  cd foo
  git init
  chmod 000 .git
  git log

- xkr47

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-29 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29  7:47 BUG: Wrong error message when access to .git directory denied Jonas Berlin
2015-05-29 15:29 ` Junio C Hamano
2015-05-29 16:45   ` Stefan Beller
2015-05-29 17:06     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).