mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
43006: complete modified files after git stash --
This commit is contained in:
parent
4dddf3aa6e
commit
25e9590e09
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2018-06-18 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* 43006: Tim Smith: Completion/Unix/Command/_git: complete
|
||||
modified files after `git stash --`
|
||||
|
||||
* users/23484: Completion/Unix/Command/_git: be consistent on
|
||||
matcher specs for branches to fix issue with partial matching
|
||||
|
||||
|
|
|
@ -1694,6 +1694,9 @@ _git-stash () {
|
|||
'(-m --message)'{-m,--message}'[specify stash description]' \
|
||||
':: :__git_modified_files' && ret=0
|
||||
;;
|
||||
(--)
|
||||
__git_modified_files
|
||||
;;
|
||||
(list)
|
||||
local -a log_options revision_options
|
||||
__git_setup_log_options
|
||||
|
|
Loading…
Reference in a new issue