Skip to content

Commit

Permalink
Add placeholder .mailmap file
Browse files Browse the repository at this point in the history
People change their names and email addresses for many reasons. Adding
a `.mailmap` ensures that e.g. `git log` and `git blame` respect
people’s choices.

Bug: chromium:1213438
Change-Id: Ifcb47aa71af242ec62a3694cdda4bf0c797a635e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2919848
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#887085}
  • Loading branch information
mathiasbynens authored and Chromium LUCI CQ committed May 27, 2021
1 parent 5af23c6 commit b7eb418
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# People change their names or email addresses for many reasons. This
# list makes sure people’s preferences are respected when using Git
# commands such as `git log` or `git blame`.
#
# See https://git-scm.com/docs/gitmailmap for more information.
#
# Please keep the list sorted.

0 comments on commit b7eb418

Please sign in to comment.