Skip to content

Commit

Permalink
Add .mailmap
Browse files Browse the repository at this point in the history
Now git shortlog -ns has no duplicates. Also, I wanted an excuse to exercise
my push access :)
  • Loading branch information
asmeurer committed Mar 12, 2013
1 parent 29db234 commit 3df6ca7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .mailmap
@@ -0,0 +1,12 @@
# Prevent git from showing duplicate names with commands like "git shortlog"
# See the manpage of git-shortlog for details.
# The syntax is:
# Name that should be used <email that should be used> Bad name <bad email>
#
# You can skip Bad name if it is the same as the one that should be used, and
# is unique.
#
# This file is up-to-date if the command git log --format="%aN <%aE>" | sort
# -u
# gives no duplicates.
Andreas Klöckner <inform@tiker.net> Andreas Kloeckner <inform@tiker.net

0 comments on commit 3df6ca7

Please sign in to comment.