On Fri, Jan 04, 2008 at 09:51:05AM -0800, Jakub Narebski wrote:
or "git stash delete"
This probably would require the command to delete single reflog,
which was posted some time ago and is in either pu or in offcuts,
or in next.
But I guess this is post 1.5.4
There is a "git reflog delete" in next (but not in master). See
552cecc2. Using the same name makes sense, since they are equivalent
actions (and "git stash delete" should be very easy, since it is
implemented in terms of reflogs).
-Peff