From: Johannes Schindelin Date: Wed, 17 Oct 2007 01:50:45 +0000 (+0100) Subject: Teach "git reflog" a subcommand to delete single entries X-Git-Tag: v1.5.5-rc0~56^2~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/552cecc21447efe9d5f9a86d55b5e428d56a0c53?hp=552cecc21447efe9d5f9a86d55b5e428d56a0c53 Teach "git reflog" a subcommand to delete single entries 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 Signed-off-by: Shawn O. Pearce ---