Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro R. Sedeño <asedeno@MIT.EDU>2010-12-10 21:44:15 +0300
committerJunio C Hamano <gitster@pobox.com>2010-12-10 21:50:32 +0300
commit1a3e302a251ed9fb46be9552e1a2a45c73112bb9 (patch)
tree2e2b5554ab5d8502a57a78c6b16a3005bcb08e79 /Documentation/git-send-email.txt
parent4b5f94cdde41a58ac893c0bfb3e04f235e53f9dc (diff)
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.txt3
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
-------------