]> git.ipfire.org Git - thirdparty/git.git/commit - git-stash.sh
git-stash: add new 'pop' subcommand
authorBrandon Casey <casey@nrlssc.navy.mil>
Fri, 22 Feb 2008 22:52:50 +0000 (16:52 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 Feb 2008 06:59:11 +0000 (22:59 -0800)
commitbd56ff54f710d463a6858bdc7ef6245f9ef30f42
treeb25a0d4efe68d24b43d90c37dc84e7f6564909dc
parente25d5f9c82ef6a676de616bd28751cdfbcd53b15
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>
Documentation/git-stash.txt
git-stash.sh