aboutsummaryrefslogtreecommitdiffstats
path: root/.github/.mailmap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move issue tracking/contribution workflows/project management to ↵nodiscc2023-08-221-12/+0
| | | | | | | awesome-selfhosted-data (#4083) - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/33 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/11 - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/1038
* 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