Re: Error "fatal: not a git repository" after auto packing

2014-08-12 Thread Luke Campagnola
On Tue, Aug 12, 2014 at 12:11 PM, Dennis Kaarsemaker wrote: > On ma, 2014-08-11 at 18:56 -0400, Luke Campagnola wrote: >> >> raven:/home/luke/vispy (transform-cache)$ git checkout master >> Switched to branch 'master' >> Deleted 103 .pyc files >> Deleted 11 empty directories > > This looks like yo

Re: Error "fatal: not a git repository" after auto packing

2014-08-12 Thread Dennis Kaarsemaker
On ma, 2014-08-11 at 18:56 -0400, Luke Campagnola wrote: > > raven:/home/luke/vispy (transform-cache)$ git checkout master > Switched to branch 'master' > Deleted 103 .pyc files > Deleted 11 empty directories This looks like you have a local post-checkout hook that deletes empty directories. Fix

Re: Error "fatal: not a git repository" after auto packing

2014-08-12 Thread Duy Nguyen
On Tue, Aug 12, 2014 at 5:56 AM, Luke Campagnola wrote: > Greetings, > > I have been working happily with git for a couple of years, and ran > into a mysterious issue today: after running a git-pull during which I > saw the message "Auto packing the repository for optimum performance". > I now rec

Error "fatal: not a git repository" after auto packing

2014-08-11 Thread Luke Campagnola
Greetings, I have been working happily with git for a couple of years, and ran into a mysterious issue today: after running a git-pull during which I saw the message "Auto packing the repository for optimum performance". I now receive the error "Fatal: not a git repository" when running any git co