diff options
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 () |
