From 9ca77b2143e86cd2d01ac602384cd82b7e664190 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Fri, 16 Jan 2015 23:22:45 +0100 Subject: _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 bdb58e52c..afdd281d2 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' } -- cgit 1.4.1