diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-22 04:26:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-22 04:27:39 +0300 |
commit | 8e66eddfd8a1abfb1c827ce4a9f33d3e4c5cee87 (patch) | |
tree | 7b9047d6a51f1655ef6793ee9aa25a71c666124d /tools | |
parent | 55dcc1cc024b078bd325b3f21e9b1555a5d16cc5 (diff) | |
download | hercules-8e66eddfd8a1abfb1c827ce4a9f33d3e4c5cee87.tar.gz hercules-8e66eddfd8a1abfb1c827ce4a9f33d3e4c5cee87.tar.bz2 hercules-8e66eddfd8a1abfb1c827ce4a9f33d3e4c5cee87.tar.xz hercules-8e66eddfd8a1abfb1c827ce4a9f33d3e4c5cee87.zip |
Add workaorund for authors generation
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/authors.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/authors.sh b/tools/authors.sh index a5b601d37..da4a576c6 100755 --- a/tools/authors.sh +++ b/tools/authors.sh @@ -1,3 +1,4 @@ #!/usr/bin/env sh -git log --format=format:"%aN <%aE>"|grep -v "54d463be-8e91-2dee-dedb-b68131a5f0ec"|sort|uniq +# 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 |