Skip to content

Commit a717ef1

Browse files
AdityaGarg8gitster
authored andcommitted
docs: add outlookidfix config option to sendemail documentation
The documentation for command line option `--outlook-id-fix` is there in the sendemail documentation, but the config option `sendemail.outlookidfix` was missing. Add the same to the documentation. White at it, also enclose the values `true` and `false` in backticks in the documentation for `sendemail.mailmap`. Signed-off-by: Aditya Garg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 96e5b72 commit a717ef1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/config/sendemail.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ sendemail.confirm::
3131
values.
3232

3333
sendemail.mailmap::
34-
If true, makes linkgit:git-send-email[1] assume `--mailmap`,
35-
otherwise assume `--no-mailmap`. False by default.
34+
If `true`, makes linkgit:git-send-email[1] assume `--mailmap`,
35+
otherwise assume `--no-mailmap`. `False` by default.
3636

3737
sendemail.mailmap.file::
3838
The location of a linkgit:git-send-email[1] specific augmenting
@@ -96,6 +96,11 @@ sendemail.xmailer::
9696
linkgit:git-send-email[1] command-line options. See its
9797
documentation for details.
9898

99+
sendemail.outlookidfix::
100+
If `true`, makes linkgit:git-send-email[1] assume `--outlook-id-fix`,
101+
and if `false` assume `--no-outlook-id-fix`. If not specified, it will
102+
behave the same way as if `--outlook-id-fix` is not specified.
103+
99104
sendemail.signedOffCc (deprecated)::
100105
Deprecated alias for `sendemail.signedOffByCc`.
101106

0 commit comments

Comments
 (0)