From 46a373c1e86f322583e47b974d91cc8f4ad1c044 Mon Sep 17 00:00:00 2001 From: n8225 Date: Sat, 17 Dec 2016 10:57:58 -0600 Subject: Update AUTHORS.md (#895) * Update AUTHORS.md Created .mailmap file Created with the following command: mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap * Update Contrib line in makefile --- .github/.mailmap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/.mailmap (limited to '.github') diff --git a/.github/.mailmap b/.github/.mailmap new file mode 100644 index 00000000..928d9de8 --- /dev/null +++ b/.github/.mailmap @@ -0,0 +1,10 @@ +Kickball +Andrew Rylatt +n8225 +Thomas Dalichow <2012-02-05.github.com@thomasdalichow.de> +Andrew Rylatt +Keith Thibodeaux Keith Thibodeaux +Madhu GB Madhu GB +Miguel Piedrafita +Pavel Lobashov Pavel Lobashov +Stefan Bohacek Stefan Bohacek -- cgit v1.2.3