Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information