Commit Graph

3 Commits (213d5396b71379028e7299c380bb5da6f2f040f6)

Author SHA1 Message Date
nrew225 213d5396b7 Fix contrib command in Makefile
-Fixes sed command to properly format markdown table.
-Update mailmap.
-Update AUTHORS.md
2018-07-04 10:10:08 -05:00
n8225 23d2b1162f Update .mailmap 2017-04-03 00:59:41 -05:00
n8225 46a373c1e8 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
2016-12-17 16:57:58 +00:00