diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2012-02-23 20:47:37 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2012-02-23 20:47:37 +0100 |
| commit | d6b6c7e9c1b571c9f83beaf8231563e71ee08178 (patch) | |
| tree | a648ce7f25b7539f2d4e88d287b2e0d8af3be4f2 /gitcompletion | |
| parent | 872d967d0cac609d4648e38d7c75303f79f3754a (diff) | |
| download | dotfiles-d6b6c7e9c1b571c9f83beaf8231563e71ee08178.tar.gz dotfiles-d6b6c7e9c1b571c9f83beaf8231563e71ee08178.zip | |
Adding pop to the completion list of the stash command
Diffstat (limited to 'gitcompletion')
| -rw-r--r-- | gitcompletion | 2 |
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 () |
