aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2019-01-07 09:18:11 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2019-01-07 09:18:11 +0300
commitc0e4f66eb3b12af70df4eeae8ec6aff05df2bc08 (patch)
treee2184aca95da3534f31d88b086907b95bcea9b8c /tools
parenta92d6fa5bee5bdcbd5d3cd7052ed1aff0689051a (diff)
downloadpandoc-c0e4f66eb3b12af70df4eeae8ec6aff05df2bc08.tar.gz
tools/changelog-helper.sh: use %aN instead of %an to respect .mailmap
Diffstat (limited to 'tools')
-rwxr-xr-xtools/changelog-helper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/changelog-helper.sh b/tools/changelog-helper.sh
index ddd19597b..3608e96f5 100755
--- a/tools/changelog-helper.sh
+++ b/tools/changelog-helper.sh
@@ -17,7 +17,7 @@ do
file=$x
fi
echo " * $file"
- GIT_PAGER=cat git log --pretty=format:'%n%w(78,4,6)+ %s (%an)%n%n%w(78,6,6)%b%n' $lastmod..HEAD $x
+ GIT_PAGER=cat git log --pretty=format:'%n%w(78,4,6)+ %s (%aN)%n%n%w(78,6,6)%b%n' -- "$lastmod..HEAD" "$x"
fi
done