On Mon, Dec 10, 2012 at 01:47:44PM -0500, Steven Rostedt wrote: > On Mon, 2012-12-10 at 12:35 -0500, Steven Rostedt wrote: > > > I have a crontab that updates these every night with a 'git remote > > update' and once a week they do a 'git gc' on these repos. I notice the > > above issues after the git gc. > > Looking at my script that does the git gc, it runs: > > git gc --aggressive > > on the stable.git tree. I wonder if that made a difference.
I think 'git gc' might have cause the problem, as it looks like it pruned branches that you hadn't accessed in a long time, so it cleaned them up. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/