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
This commit is contained in:
n8225
2016-12-17 10:57:58 -06:00
committed by Edward D
parent 073e8320c4
commit 46a373c1e8
3 changed files with 297 additions and 103 deletions

2
Makefile Normal file → Executable file
View File

@ -30,7 +30,7 @@ syntaxerrors:
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib:
@git shortlog -sne
@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
add:
@#add a new entry