diff options
author | Alejandro R. Sedeño <asedeno@MIT.EDU> | 2010-12-10 13:44:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-10 10:50:32 -0800 |
commit | 1a3e302a251ed9fb46be9552e1a2a45c73112bb9 (patch) | |
tree | 2e2b5554ab5d8502a57a78c6b16a3005bcb08e79 /Documentation/git-send-email.txt | |
parent | 4b5f94cdde41a58ac893c0bfb3e04f235e53f9dc (diff) | |
download | git-1a3e302a251ed9fb46be9552e1a2a45c73112bb9.tar.gz |
Add --force to git-send-email documentation
Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 c283084272..adbca12b1e 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 ------------- |