Admittedly, I didn't take much pride in my work, but I'm not trying to solve this problem. Signed-off-by: Michael Witten <mfwitten@xxxxxxx> --- Documentation/git-send-email.txt | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 8aa5098..ee89e03 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -207,6 +207,9 @@ sendemail.aliasfiletype:: sendemail.bcc:: Email address (or alias) to always bcc. +sendemail.cc:: + Default for --cc + sendemail.cccmd:: Command to execute to generate per patch file specific "Cc:"s. @@ -214,6 +217,9 @@ sendemail.chainreplyto:: Boolean value specifying the default to the '--[no-]chain-reply-to' parameter. +sendemail.envelopesender + Default for --envelope-sender. + sendemail.identity:: The default configuration identity. When specified, 'sendemail.<identity>.<item>' will have higher precedence than @@ -221,6 +227,9 @@ sendemail.identity:: identities and to hoist sensitive authentication information out of the repository and into the global configuration file. +sendemail.signedoffcc:: + Default for --[no-]signed-off-by-cc. + sendemail.smtpencryption:: Default encryption method. Use 'ssl' for SSL (and specify an appropriate port), or 'tls' for TLS. Takes precedence over @@ -241,6 +250,15 @@ sendemail.smtpssl:: sendemail.smtpuser:: Default SMTP-AUTH username. +sendemail.suppresscc:: + Default for --supress-cc. + +sendemail.suppressfrom:: + Default for --[no-]suppress-from + +sendemail.thread:: + Default for --[no-]thread + sendemail.to:: Email address (or alias) to always send to. -- 1.6.0.2.304.g577ee -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html