Skip to content

Commit 6646cca

Browse files
avargitster
authored andcommitted
check-mailmap doc: note config options
Add a passing mention of the mailmap.file and mailmap.blob configuration options. Before this addition a reader of the "check-mailmap" manpage would have no idea that a custom map could be specified, unless they'd happen to e.g. come across it in the "config" manpage first. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4f2ee99 commit 6646cca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/git-check-mailmap.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ name is provided or known to the 'mailmap', ``Name $$<user@host>$$'' is
3636
printed; otherwise only ``$$<user@host>$$'' is printed.
3737

3838

39+
CONFIGURATION
40+
-------------
41+
42+
See `mailmap.file` and `mailmap.blob` in linkgit:git-config[1] for how
43+
to specify a custom `.mailmap` target file or object.
44+
45+
3946
MAPPING AUTHORS
4047
---------------
4148

0 commit comments

Comments
 (0)