From 5f28482719f78b78ce90c99b01a5f5eaeefaf7fe Mon Sep 17 00:00:00 2001 From: toogley Date: Sun, 6 Nov 2016 14:33:18 +0100 Subject: [PATCH] added mailmap file Source for the tips at the top: https://github.com/docker/docker/blob/master/.mailmap --- .mailmap | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..57bcb4e73 --- /dev/null +++ b/.mailmap @@ -0,0 +1,8 @@ +# Tip for finding duplicates (besides scanning the output of AUTHORS for name +# duplicates that aren't also email duplicates): scan the output of: +# git log --format='%aE - %aN' | sort -uf +# +# For explanation on this file format: man git-shortlog + +Tobias Angele toogley + -- 2.49.0