author | Brandon Casey <casey@nrlssc.navy.mil> | |
Fri, 22 Feb 2008 19:04:54 +0000 (13:04 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 23 Feb 2008 06:58:55 +0000 (22:58 -0800) | ||
commit | e25d5f9c82ef6a676de616bd28751cdfbcd53b15 | |
tree | 7b7f38a5fdc314d2262901c54c2bd65104e549f7 | tree | snapshot |
parent | 55f105653715356fe0b2392445a6f394b891402c | commit | diff |
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>
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 | diff | blob | history | |
git-stash.sh | diff | blob | history |