zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] completion: git: Add fast-export --signed-tags=warn-strip
@ 2015-05-19 20:31 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2015-05-19 20:31 UTC (permalink / raw)
  To: zsh-workers

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index a40ebe9..db54fab 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2947,7 +2947,8 @@ _git-fast-export () {
     '--progress=[insert progress statements]: :__git_guard_number interval' \
     '--signed-tags=[specify how to handle signed tags]:action:((verbatim\:"silently export"
                                                                 warn\:"export, but warn"
-                                                                strip\:"export unsigned tags instead"
+                                                                warn-strip\:"export as unsigned tags, but warn"
+                                                                strip\:"export as unsigned tags instead"
                                                                 abort\:"abort on signed tags (default)"))' \
     '--tag-of-filtered-object=[specify how to handle tags whose tagged object is filtered out]:action:((abort\:"abort on such tags"
                                                                                                         drop\:"omit such tags"


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

only message in thread, other threads:[~2015-05-19 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-19 20:31 [PATCH] completion: git: Add fast-export --signed-tags=warn-strip Daniel Shahaf

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).