bash: add new 'git stash' subcommands
[gitweb.git] / contrib / completion / git-completion.bash
index 438e193bd0de7506bf3d8b286f655acb97a776bc..c62b877aebfb87d4e6fdd9f70f492d6e3e7fa264 100755 (executable)
@@ -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