summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-05-27 13:28:04 +0200
committerGitHub <noreply@github.com>2020-05-27 13:28:04 +0200
commitbbbeb6d73791d4faa8a64b239d52f037cf806b08 (patch)
treee65959ae6b2fc5e68e9cdab5ccef3d959fe4b3fc /tools
parentf828dfdbcafc8387afbcce11f2b951beb859d281 (diff)
parent8e66eddfd8a1abfb1c827ce4a9f33d3e4c5cee87 (diff)
downloadhercules-bbbeb6d73791d4faa8a64b239d52f037cf806b08.tar.gz
hercules-bbbeb6d73791d4faa8a64b239d52f037cf806b08.tar.bz2
hercules-bbbeb6d73791d4faa8a64b239d52f037cf806b08.tar.xz
hercules-bbbeb6d73791d4faa8a64b239d52f037cf806b08.zip
Merge pull request #2729 from 4144/authors
Add nicks and emails from all commits into AUTHORS file
Diffstat (limited to 'tools')
-rwxr-xr-xtools/authors.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/authors.sh b/tools/authors.sh
new file mode 100755
index 000000000..da4a576c6
--- /dev/null
+++ b/tools/authors.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+# grep -v "kenpachi2k11" as workaround for avoid .mailmap issue
+git log --format=format:"%aN <%aE>"|grep -v "54d463be-8e91-2dee-dedb-b68131a5f0ec"|grep -v "kenpachi2k11"|sort|uniq