Re: Missing Refs after Garbage Collection

2012-12-22 Thread Dmitry Potapov
Hi, On Sat, Dec 22, 2012 at 5:41 AM, Earl Gresh egr...@codeaurora.org wrote: Is anyone familiar with git gc deleting valid references? I'm running git version 1.7.8. Have there been any patches in later git releases that might address this issue ( if it is a git problem )? I have not seen

Re: Missing Refs after Garbage Collection

2012-12-22 Thread Jeff King
On Fri, Dec 21, 2012 at 05:41:43PM -0800, Earl Gresh wrote: I have observed that after running GC, one particular git repository ended up with some missing refs in the refs/changes/* namespace the Gerrit uses for storing patch sets. The refs were valid and should not have been pruned.