Re: Fatal: is corrupted can be caused by wrong permissions

2014-10-25 Thread Jeff King
On Fri, Oct 24, 2014 at 04:05:24PM +0200, Matthieu Moy wrote: > I can reproduce with Git 1.7.10 by doing a chmod 0 on some object files, > but recent Git's produce > > Checking object directories: 100% (256/256), done. > fatal: failed to read object ab2e06e74d922268fbff8d219dad9eee63786947: > Pe

Re: Fatal: is corrupted can be caused by wrong permissions

2014-10-24 Thread Matthieu Moy
"R. David Murray" writes: > On git 1.7.1 I ran into the Fatal corruption error in one of my projects. For > reasons that are irrelevant I was operating on the repo as user X, a member of > group Z, but the files were all owned by Y:Z, with (I thought) -rw-rw--- > permissions. After a bunch of h

Fatal: is corrupted can be caused by wrong permissions

2014-10-24 Thread R. David Murray
A quick search of your mailing list didn't turn up any good hits (not the most searchable terms and gmane search doesn't seem to support phrases), so I'm reporting this. On git 1.7.1 I ran into the Fatal corruption error in one of my projects. For reasons that are irrelevant I was operating on th