1# Prevent git from showing duplicate names with commands like "git shortlog" 2# See the manpage of git-shortlog for details. 3# The syntax is: 4# Name that should be used <email that should be used> Bad name <bad email> 5# 6# You can skip Bad name if it is the same as the one that should be used, and is unique. 7# 8# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u 9# gives no duplicates. 10Michael R Sweet <[email protected]> msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> 11Michael R Sweet <[email protected]> Michael Sweet <[email protected]> 12