Skip to content

Commit 255eb03

Browse files
jrngitster
authored andcommitted
mailmap: consistently normalize brian m. carlson's name
v2.18.0-rc0~70^2 (mailmap: update brian m. carlson's email address, 2018-05-08) changed the mailmap to map [email protected] -> brian m. carlson <[email protected]> instead of [email protected] -> brian m. carlson <[email protected]> That means the mapping Brian M. Carlson <[email protected]> -> brian m. carlson <[email protected]> is redundant, so we can remove it. More importantly, it means that the identity "Brian M. Carlson <[email protected]>" used in some commits is not normalized any more. Add a mapping for it. Noticed while updating Debian's Git packaging, which uses "git shortlog --no-merges" to produce a list of changes in each version, grouped by author's (normalized) name. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53f9a3e commit 255eb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mailmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Ben Walton <[email protected]> <[email protected]>
2525
2626
2727
28-
brian m. carlson <[email protected]> Brian M. Carlson <[email protected]>
28+
brian m. carlson <[email protected]>
2929
3030
3131

0 commit comments

Comments
 (0)