mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-05 17:40:24 -05:00
Merge branch 'sf/complete-stash-list'
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
This commit is contained in:
@@ -2567,6 +2567,9 @@ _git_stash ()
|
||||
drop,--*)
|
||||
__gitcomp "--quiet"
|
||||
;;
|
||||
list,--*)
|
||||
__gitcomp "--name-status --oneline --patch-with-stat"
|
||||
;;
|
||||
show,--*|branch,--*)
|
||||
;;
|
||||
branch,*)
|
||||
|
||||
Reference in New Issue
Block a user