@@ -2686,69 +2686,7 @@ rerere.enabled::
2686
2686
`$GIT_DIR`, e.g. if "rerere" was previously used in the
2687
2687
repository.
2688
2688
2689
- sendemail.identity::
2690
- A configuration identity. When given, causes values in the
2691
- 'sendemail.<identity>' subsection to take precedence over
2692
- values in the 'sendemail' section. The default identity is
2693
- the value of `sendemail.identity`.
2694
-
2695
- sendemail.smtpEncryption::
2696
- See linkgit:git-send-email[1] for description. Note that this
2697
- setting is not subject to the 'identity' mechanism.
2698
-
2699
- sendemail.smtpssl (deprecated)::
2700
- Deprecated alias for 'sendemail.smtpEncryption = ssl'.
2701
-
2702
- sendemail.smtpsslcertpath::
2703
- Path to ca-certificates (either a directory or a single file).
2704
- Set it to an empty string to disable certificate verification.
2705
-
2706
- sendemail.<identity>.*::
2707
- Identity-specific versions of the 'sendemail.*' parameters
2708
- found below, taking precedence over those when this
2709
- identity is selected, through either the command-line or
2710
- `sendemail.identity`.
2711
-
2712
- sendemail.aliasesFile::
2713
- sendemail.aliasFileType::
2714
- sendemail.annotate::
2715
- sendemail.bcc::
2716
- sendemail.cc::
2717
- sendemail.ccCmd::
2718
- sendemail.chainReplyTo::
2719
- sendemail.confirm::
2720
- sendemail.envelopeSender::
2721
- sendemail.from::
2722
- sendemail.multiEdit::
2723
- sendemail.signedoffbycc::
2724
- sendemail.smtpPass::
2725
- sendemail.suppresscc::
2726
- sendemail.suppressFrom::
2727
- sendemail.to::
2728
- sendemail.tocmd::
2729
- sendemail.smtpDomain::
2730
- sendemail.smtpServer::
2731
- sendemail.smtpServerPort::
2732
- sendemail.smtpServerOption::
2733
- sendemail.smtpUser::
2734
- sendemail.thread::
2735
- sendemail.transferEncoding::
2736
- sendemail.validate::
2737
- sendemail.xmailer::
2738
- See linkgit:git-send-email[1] for description.
2739
-
2740
- sendemail.signedoffcc (deprecated)::
2741
- Deprecated alias for `sendemail.signedoffbycc`.
2742
-
2743
- sendemail.smtpBatchSize::
2744
- Number of messages to be sent per connection, after that a relogin
2745
- will happen. If the value is 0 or undefined, send all messages in
2746
- one connection.
2747
- See also the `--batch-size` option of linkgit:git-send-email[1].
2748
-
2749
- sendemail.smtpReloginDelay::
2750
- Seconds wait before reconnecting to smtp server.
2751
- See also the `--relogin-delay` option of linkgit:git-send-email[1].
2689
+ include::sendemail-config.txt[]
2752
2690
2753
2691
showBranch.default::
2754
2692
The default set of branches for linkgit:git-show-branch[1].
0 commit comments