diff options
-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 |