From: Brandon Casey Date: Fri, 22 Feb 2008 22:52:50 +0000 (-0600) Subject: git-stash: add new 'pop' subcommand X-Git-Tag: v1.5.5-rc0~56^2~4 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/bd56ff54f710d463a6858bdc7ef6245f9ef30f42?hp=bd56ff54f710d463a6858bdc7ef6245f9ef30f42 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 Signed-off-by: Junio C Hamano ---