diff options
author | n8225 <n8225@users.noreply.github.com> | 2016-12-17 16:57:58 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-12-17 16:57:58 +0000 |
commit | 46a373c1e86f322583e47b974d91cc8f4ad1c044 (patch) | |
tree | 06d2f057e50347736756b5c6ad5df172f9e45cda /Makefile | |
parent | Merge pull request #892 from Kickball/addTravis (diff) | |
download | awesome-selfhosted-46a373c1e86f322583e47b974d91cc8f4ad1c044.tar.gz awesome-selfhosted-46a373c1e86f322583e47b974d91cc8f4ad1c044.zip |
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
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--] | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ syntaxerrors: @! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`' contrib: - @git shortlog -sne + @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 add: @#add a new entry |