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:
parent
ddc3d4fe84
commit
fd3a8dcbbd
@ -1141,7 +1141,8 @@ _git_send_email ()
|
|||||||
--no-suppress-from --no-thread --quiet
|
--no-suppress-from --no-thread --quiet
|
||||||
--signed-off-by-cc --smtp-pass --smtp-server
|
--signed-off-by-cc --smtp-pass --smtp-server
|
||||||
--smtp-server-port --smtp-ssl --smtp-user --subject
|
--smtp-server-port --smtp-ssl --smtp-user --subject
|
||||||
--suppress-cc --suppress-from --thread --to"
|
--suppress-cc --suppress-from --thread --to
|
||||||
|
--validate --no-validate"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user