> From: Jeff King <peff@xxxxxxxx> > > > 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 prunes the loose ref. Arrrgh, damn! I knew that but I forgot it. Sorry about the trouble. (At least I don't have to worry about fixing it now.) Dale -- 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