1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 11:01:13 +02:00

_git: Change one --validate to --no-validate

As the description of that argument says, it's used to *not* perform
sanity checks.
This commit is contained in:
Wieland Hoffmann 2015-01-16 23:22:45 +01:00 committed by Axel Beckert
parent aa503b592b
commit 9ca77b2143

View file

@ -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'
}