Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] _git: Change one --validate to --no-validate



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



Messages sorted by: Reverse Date, Date, Thread, Author