diff options
Diffstat (limited to 'scripts/contributors.sh')
-rwxr-xr-x | scripts/contributors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contributors.sh b/scripts/contributors.sh index fcaaff878..db7aab8e0 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -44,7 +44,7 @@ fi # sort all unique names # awk them into RELEASE-NOTES format ( -git log $start..HEAD | \ +git log --use-mailmap $start..HEAD | \ egrep -ai '(^Author|^Commit|by):' | \ cut -d: -f2- | \ cut '-d(' -f1 | \ |