In particular, sendemail.confirm was removed, because it's already
described along with its corresponding option.
There is now a comment block warning trespassers.
Signed-off-by: Michael Witten <redacted>
---
Documentation/git-send-email.txt | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 595c7ba..7cdbdd6 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -257,6 +257,11 @@ Default is the value of 'sendemail.validate'; if this is not set,
default to '--validate'.
+//////////////////////////////////////////////////////////////////////////////
+//// Only list configuration variables that can't be listed and described ////
+//// with a corresponding option above ////
+//////////////////////////////////////////////////////////////////////////////
+
CONFIGURATION
-------------
@@ -274,12 +279,6 @@ sendemail.multiedit::
summary when '--compose' is used). If false, files will be edited one
after the other, spawning a new editor each time.
-sendemail.confirm::
- Sets the default for whether to confirm before sending. Must be
- one of 'always', 'never', 'cc', 'compose', or 'auto'. See '--confirm'
- in the previous section for the meaning of these values.
-
-
Author
------
Written by Ryan Anderson <ryan@michonline.com>
--
1.6.2.2.479.g2aec