aboutsummaryrefslogtreecommitdiffstats
path: root/.github/.mailmap (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-04Fix contrib command in Makefilenrew2251-2/+4
-Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md
2017-04-03Update .mailmapn82251-1/+1
2016-12-17Update AUTHORS.md (#895)n82251-0/+10
* 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