File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,21 @@ sendemail.confirm::
3030 in the linkgit:git-send-email[1] documentation for the meaning of these
3131 values.
3232
33+ sendemail.mailmap::
34+ If true, makes linkgit:git-send-email[1] assume `--mailmap`,
35+ otherwise assume `--no-mailmap`. False by default.
36+
37+ sendemail.mailmap.file::
38+ The location of a linkgit:git-send-email[1] specific augmenting
39+ mailmap file. The default mailmap and `mailmap.file` are loaded
40+ first. Thus, entries in this file take precedence over entries in
41+ the default mailmap locations. See linkgit:gitmailmap[5].
42+
43+ sendemail.mailmap.blob::
44+ Like `sendemail.mailmap.file`, but consider the value as a reference
45+ to a blob in the repository. Entries in `sendemail.mailmap.file`
46+ take precedence over entries here. See linkgit:gitmailmap[5].
47+
3348sendemail.aliasesFile::
3449 To avoid typing long email addresses, point this to one or more
3550 email aliases files. You must also supply `sendemail.aliasFileType`.
Original file line number Diff line number Diff line change @@ -414,6 +414,12 @@ exists when 'git send-email' is asked to add it (especially note that
414414Failure to do so may not produce the expected result in the
415415recipient's MUA.
416416
417+ --[no-]mailmap::
418+ Use the mailmap file (see linkgit:gitmailmap[5]) to map all
419+ addresses to their canonical real name and email address. Additional
420+ mailmap data specific to git-send-email may be provided using the
421+ `sendemail.mailmap.file` or `sendemail.mailmap.blob` configuration
422+ values. Defaults to `sendemail.mailmap`.
417423
418424Administering
419425~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments