git-stash: add new 'drop' subcommand
authorBrandon Casey <casey@nrlssc.navy.mil>
Fri, 22 Feb 2008 19:04:54 +0000 (13:04 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 Feb 2008 06:58:55 +0000 (22:58 -0800)
This allows a single stash entry to be deleted. It takes an
optional argument which is a stash reflog entry. If no
arguments are supplied, it drops the most recent stash entry.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found