projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f39d6ee
)
bash: add support for 'git stash pop --index' option
author
SZEDER Gábor
<szeder@ira.uka.de>
Mon, 8 Jun 2009 22:57:39 +0000
(
00:57
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 9 Jun 2009 07:18:32 +0000
(
00:18
-0700)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 80190a6b165f22c28be8c94db735abdaafccc85a..cc94ef44b2910e96b60bdf2b184c4adcf89dc2d5 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1881,10
+1881,10
@@
_git_stash ()
save,--*)
__gitcomp "--keep-index"
;;
- apply,--*)
+ apply,--*
|pop,--*
)
__gitcomp "--index"
;;
- show,--*|drop,--*|
pop,--*|
branch,--*)
+ show,--*|drop,--*|branch,--*)
COMPREPLY=()
;;
show,*|apply,*|drop,*|pop,*|branch,*)