aboutsummaryrefslogtreecommitdiffstats
path: root/.github/.mailmap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix contrib command in Makefilenrew2252018-07-041-2/+4
| | | | | -Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md
* Update .mailmapn82252017-04-031-1/+1
|
* Update AUTHORS.md (#895)n82252016-12-171-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