Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-04 | Fix contrib command in Makefile | nrew225 | 1 | -2/+4 | |
-Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md | |||||
2017-04-03 | Update .mailmap | n8225 | 1 | -1/+1 | |
2016-12-17 | Update AUTHORS.md (#895) | n8225 | 1 | -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 |