zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _git: Change one --validate to --no-validate
@ 2015-01-16 22:22 Wieland Hoffmann
  2015-01-17 12:18 ` Axel Beckert
  0 siblings, 1 reply; 2+ messages in thread
From: Wieland Hoffmann @ 2015-01-16 22:22 UTC (permalink / raw)
  To: zsh-workers; +Cc: Wieland Hoffmann

As the description of that argument says, it's used to *not* perform
sanity checks.
---
 Completion/Unix/Command/_git | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index bdb58e5..afdd281 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3729,7 +3729,7 @@ _git-send-email () {
     '(--format-patch                  )--no-format-patch[interpret ambiguous arguments file-name arguments]' \
     '--quiet[be less verbose]' \
     '(           --no-validate)--validate[perform sanity checks on patches]' \
-    '(--validate              )--validate[do not perform sanity checks on patches]' \
+    '(--validate              )--no-validate[do not perform sanity checks on patches]' \
     '--force[send emails even if safety checks would prevent it]' \
     '*: :_files'
 }
-- 
2.2.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] _git: Change one --validate to --no-validate
  2015-01-16 22:22 [PATCH] _git: Change one --validate to --no-validate Wieland Hoffmann
@ 2015-01-17 12:18 ` Axel Beckert
  0 siblings, 0 replies; 2+ messages in thread
From: Axel Beckert @ 2015-01-17 12:18 UTC (permalink / raw)
  To: Wieland Hoffmann; +Cc: zsh-workers

Hi,

On Fri, Jan 16, 2015 at 11:22:45PM +0100, Wieland Hoffmann wrote:
> As the description of that argument says, it's used to *not* perform
> sanity checks.

Nice catch, thanks! Applied.

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@deuxchevaux.org  (Mail)
 X   See http://www.nonhtmlmail.org/campaign.html | abe@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-17 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-16 22:22 [PATCH] _git: Change one --validate to --no-validate Wieland Hoffmann
2015-01-17 12:18 ` Axel Beckert

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