Re: [RFC 2/3] Delete reflogs for dead references to allow pruning

2012-08-21 Thread Jeff King
On Sat, Aug 18, 2012 at 07:14:45PM +0200, mhag...@alum.mit.edu wrote: > From: Michael Haggerty > > This test is broken by "retain reflogs for deleted refs". Explicitly > delete the reflogs in the graveyard to allow the corresponding commits > to be pruned. > > Signed-off-by: Michael Haggerty

[RFC 2/3] Delete reflogs for dead references to allow pruning

2012-08-18 Thread mhagger
From: Michael Haggerty This test is broken by "retain reflogs for deleted refs". Explicitly delete the reflogs in the graveyard to allow the corresponding commits to be pruned. Signed-off-by: Michael Haggerty --- Probably there should be a "git reflog" subcommand to do this. t/t9300-fast-im