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 /.github/.mailmap | |
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 '.github/.mailmap')
-rw-r--r-- | .github/.mailmap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/.mailmap b/.github/.mailmap new file mode 100644 index 00000000..928d9de8 --- /dev/null +++ b/.github/.mailmap @@ -0,0 +1,10 @@ +Kickball <ed.kickball@hotmail.com> <ed.kickball@hotmail.com> +Andrew Rylatt <AndyR207@users.noreply.github.com> <AndyR207@users.noreply.github.com> +n8225 <n8225@users.noreply.github.com> <nrew225@gmail.com> +Thomas Dalichow <info@thomasdalichow.de> <2012-02-05.github.com@thomasdalichow.de> +Andrew Rylatt <AndyR207@users.noreply.github.com> <andrew@rylatt.me> +Keith Thibodeaux <kthibodeaux@peachtreebilling.com> Keith Thibodeaux <kthib89+github@gmail.com> +Madhu GB <github@madhugb.com> Madhu GB <me@madhugb.com> +Miguel Piedrafita <github@miguelpiedrafita.com> <git@miguelpiedrafita.com> +Pavel Lobashov <ShockwaveNN@gmail.com> Pavel Lobashov <shockwavenn@gmail.com> +Stefan Bohacek <stefan.bohacek@gmail.com> Stefan Bohacek <stefan@fourtonfish.com> |