From: Alejandro R. Sedeño Date: Fri, 10 Dec 2010 18:44:15 +0000 (-0500) Subject: Add --force to git-send-email documentation X-Git-Tag: v1.7.3.4~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a3e302a251ed9fb46be9552e1a2a45c73112bb9;p=git.git Add --force to git-send-email documentation Signed-off-by: Alejandro R. Sedeño Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index c28308427..adbca12b1 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -292,6 +292,9 @@ have been specified, in which case default to 'compose'. Default is the value of 'sendemail.validate'; if this is not set, default to '--validate'. +--force:: + Send emails even if safety checks would prevent it. + CONFIGURATION -------------