zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] complete modified files after `git stash --`
@ 2018-06-13 18:48 Tim Smith
  0 siblings, 0 replies; only message in thread
From: Tim Smith @ 2018-06-13 18:48 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_git | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 21ba657..9632bf4 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -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
-- 
2.17.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-13 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-13 18:48 [PATCH] complete modified files after `git stash --` Tim Smith

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).