From d6b6c7e9c1b571c9f83beaf8231563e71ee08178 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Thu, 23 Feb 2012 20:47:37 +0100 Subject: Adding pop to the completion list of the stash command --- gitcompletion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v1.2.3