Re: Apparent bug in git-gc

2014-09-16 Thread Dale R. Worley
> From: Jeff King > > > I have an 11 GB repository. It passes git-fsck (though with a number > > of dangling objects). But when I run git-gc on it, the file > > refs/heads/master disappears. > > That's the expected behavior. Gc runs "git pack-refs", which puts an > entry into packed-refs and p

Re: Apparent bug in git-gc

2014-09-15 Thread Jeff King
On Mon, Sep 15, 2014 at 07:34:03PM -0400, Dale R. Worley wrote: > I have an 11 GB repository. It passes git-fsck (though with a number > of dangling objects). But when I run git-gc on it, the file > refs/heads/master disappears. That's the expected behavior. Gc runs "git pack-refs", which puts

Apparent bug in git-gc

2014-09-15 Thread Dale R. Worley
I have an unpleasant bug in git-gc: Git version: 1.8.3.1 Running on: Fedora 19 Gnu/Linux I have an 11 GB repository. It passes git-fsck (though with a number of dangling objects). But when I run git-gc on it, the file refs/heads/master disappears. Since HEAD points to refs/heads/master, this