git-stash: add new 'drop' subcommand
commite25d5f9c82ef6a676de616bd28751cdfbcd53b15
authorBrandon Casey <casey@nrlssc.navy.mil>
Fri, 22 Feb 2008 19:04:54 +0000 (22 13:04 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 Feb 2008 06:58:55 +0000 (22 22:58 -0800)
tree7b7f38a5fdc314d2262901c54c2bd65104e549f7
parent55f105653715356fe0b2392445a6f394b891402c
git-stash: add new 'drop' subcommand

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>
Documentation/git-stash.txt
git-stash.sh