diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-10 16:36:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-10 16:36:53 -0800 |
commit | 271c2aa6eed21d4ef9d8d6c2298121545e6ce123 (patch) | |
tree | 89c30e452fa1cba36d37f49f6f254072202ac01f /Documentation/git-send-email.txt | |
parent | b361888dd5a26c4f1eb6268392e89e2d546accf6 (diff) | |
parent | c6d059bbccb8460959b9aedfeefbb4d6aac6e842 (diff) | |
download | git-271c2aa6eed21d4ef9d8d6c2298121545e6ce123.tar.gz |
Merge branch 'maint'
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index ebc024ae3d..7ec9dabe68 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -322,6 +322,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 ------------- |