aboutsummaryrefslogtreecommitdiff
path: root/gitcompletion
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2012-02-23 20:47:37 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2012-02-23 20:47:37 +0100
commitd6b6c7e9c1b571c9f83beaf8231563e71ee08178 (patch)
treea648ce7f25b7539f2d4e88d287b2e0d8af3be4f2 /gitcompletion
parent872d967d0cac609d4648e38d7c75303f79f3754a (diff)
downloaddotfiles-d6b6c7e9c1b571c9f83beaf8231563e71ee08178.tar.gz
dotfiles-d6b6c7e9c1b571c9f83beaf8231563e71ee08178.zip
Adding pop to the completion list of the stash command
Diffstat (limited to 'gitcompletion')
-rw-r--r--gitcompletion2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitcompletion b/gitcompletion
index b8abe5b..39a5314 100644
--- a/gitcompletion
+++ b/gitcompletion
@@ -1054,7 +1054,7 @@ _git_show ()
_git_stash ()
{
- __gitcomp 'list show apply clear'
+ __gitcomp 'list show apply clear pop'
}
_git_submodule ()