author | Brandon Casey <casey@nrlssc.navy.mil> | |
Fri, 22 Feb 2008 22:52:50 +0000 (16:52 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 23 Feb 2008 06:59:11 +0000 (22:59 -0800) | ||
commit | bd56ff54f710d463a6858bdc7ef6245f9ef30f42 | |
tree | b25a0d4efe68d24b43d90c37dc84e7f6564909dc | tree | snapshot |
parent | e25d5f9c82ef6a676de616bd28751cdfbcd53b15 | commit | diff |
git-stash: add new 'pop' subcommand
This combines the existing stash subcommands 'apply' and 'drop' to
allow a single stash entry to be applied and then dropped, in other
words 'popped', from the stash list.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This combines the existing stash subcommands 'apply' and 'drop' to
allow a single stash entry to be applied and then dropped, in other
words 'popped', from the stash list.
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 |