bash completion: Add --[no-]validate to "git send-email"

Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Teemu Likonen 2008-09-28 07:51:21 +03:00 committed by Shawn O. Pearce
parent ddc3d4fe84
commit fd3a8dcbbd

View file

@ -1141,7 +1141,8 @@ _git_send_email ()
--no-suppress-from --no-thread --quiet
--signed-off-by-cc --smtp-pass --smtp-server
--smtp-server-port --smtp-ssl --smtp-user --subject
--suppress-cc --suppress-from --thread --to"
--suppress-cc --suppress-from --thread --to
--validate --no-validate"
return
;;
esac