summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-12-28 01:26:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-12-28 01:26:23 +0000
commit2fa431bf8e4db588a1905a08086bc88c5e476bb4 (patch)
tree8bf4ac5bcabd23ee027b2ece414d2a9045916f36 /git-send-email.txt
parent13016ded8cfe6fa6b7ef72461601fad731a152f8 (diff)
downloadgit-htmldocs-2fa431bf8e4db588a1905a08086bc88c5e476bb4.tar.gz
Autogenerated HTML docs for v1.6.1-15-g159c88
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index 12788667d..b69846e52 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -197,12 +197,6 @@ Administering
--[no-]validate::
Perform sanity checks on patches.
Currently, validation means the following:
-
---[no-]format-patch::
- When an argument may be understood either as a reference or as a file name,
- choose to understand it as a format-patch argument ('--format-patch')
- or as a file name ('--no-format-patch'). By default, when such a conflict
- occurs, git send-email will fail.
+
--
* Warn of patches that contain lines longer than 998 characters; this
@@ -212,6 +206,12 @@ Administering
Default is the value of 'sendemail.validate'; if this is not set,
default to '--validate'.
+--[no-]format-patch::
+ When an argument may be understood either as a reference or as a file name,
+ choose to understand it as a format-patch argument ('--format-patch')
+ or as a file name ('--no-format-patch'). By default, when such a conflict
+ occurs, git send-email will fail.
+
CONFIGURATION
-------------