Skip to content

Commit

Permalink
bash: add new 'git stash' subcommands
Browse files Browse the repository at this point in the history
Namely 'save', 'drop', 'pop' and 'create'

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
SZEDER Gábor authored and Shawn O. Pearce committed Mar 10, 2008
1 parent 3ff1320 commit 88b302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ _git_show ()

_git_stash ()
{
local subcommands='list show apply clear'
local subcommands='save list show apply clear drop pop create'
if [ -z "$(__git_find_subcommand "$subcommands")" ]; then
__gitcomp "$subcommands"
fi
Expand Down

0 comments on commit 88b302f

Please sign in to comment.