blob: 1161de6b994c3c01c6afb5260953f96ce7b89635 [file] [log] [blame]
Nico Weber9198ba22022-02-15 10:50:49 -05001# This file allows mapping several author and committer email addresses and
2# names to a single canonical one for `git shortlog`, `git log --author`,
3# or `git check-mailmap`.
4#
5# For example, if you commit as `[email protected]` but sometimes use
6# "Rañdom Person" and sometimes "Random Person" as name and you want the former
7# to be your canonical name, add
8#
9# Rañdom Person <[email protected]>
10#
11# If you commit as both `[email protected]` and `[email protected]` and
12# you want the former to be your canonical email address, add
13#
14# <[email protected]> <[email protected]>
15#
16# Combinations of both are possible too, see
17# https://git-scm.com/docs/gitmailmap for format details.
18
19Nico Weber <thakis@chromium.org>
20Nico Weber <thakis@chromium.org> <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>