mirror of
https://github.com/TinyRetroWarehouse/Awesome-Retro-Docs.git
synced 2026-09-09 01:04:59 +02:00
11 lines
476 B
Text
11 lines
476 B
Text
# 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.
|
|
|
|
Marcus Andrade <marcus@raetro.org> <marcusjordan@outlook.com>
|