Teach "git reflog" a subcommand to delete single entries
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 17 Oct 2007 01:50:45 +0000 (02:50 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Oct 2007 06:54:51 +0000 (02:54 -0400)
This commit implements the "delete" subcommand:

git reflog delete master@{2}

will delete the second reflog entry of the "master" branch.

With this, it should be easy to implement "git stash pop" everybody
seems to want these days.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found