mirror of
https://github.com/git/git.git
synced 2026-01-10 18:20:27 +00:00
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 <gargaditya08@live.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
96e5b72d1a
commit
a717ef18f2
@@ -31,8 +31,8 @@ sendemail.confirm::
|
||||
values.
|
||||
|
||||
sendemail.mailmap::
|
||||
If true, makes linkgit:git-send-email[1] assume `--mailmap`,
|
||||
otherwise assume `--no-mailmap`. False by default.
|
||||
If `true`, makes linkgit:git-send-email[1] assume `--mailmap`,
|
||||
otherwise assume `--no-mailmap`. `False` by default.
|
||||
|
||||
sendemail.mailmap.file::
|
||||
The location of a linkgit:git-send-email[1] specific augmenting
|
||||
@@ -96,6 +96,11 @@ sendemail.xmailer::
|
||||
linkgit:git-send-email[1] command-line options. See its
|
||||
documentation for details.
|
||||
|
||||
sendemail.outlookidfix::
|
||||
If `true`, makes linkgit:git-send-email[1] assume `--outlook-id-fix`,
|
||||
and if `false` assume `--no-outlook-id-fix`. If not specified, it will
|
||||
behave the same way as if `--outlook-id-fix` is not specified.
|
||||
|
||||
sendemail.signedOffCc (deprecated)::
|
||||
Deprecated alias for `sendemail.signedOffByCc`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user