/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
65f1b1b
)
Merge branch 'sf/complete-stash-list'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2018 07:16:09 +0000
(16:16 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2018 07:16:09 +0000
(16:16 +0900)
The completion script (in contrib/) learned to complete a handful of
options "git stash list" command takes.
* sf/complete-stash-list:
git-completion.bash: add completion for stash list
contrib/completion/git-completion.bash
patch
|
blob
|
blame
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index
d63d2df
..
06ec6ca
100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-2567,6
+2567,9
@@
_git_stash ()
drop,--*)
__gitcomp "--quiet"
;;
+ list,--*)
+ __gitcomp "--name-status --oneline --patch-with-stat"
+ ;;
show,--*|branch,--*)
;;
branch,*)