tools/changelog-helper.sh: use %aN instead of %an to respect .mailmap
This commit is contained in:
parent
a92d6fa5be
commit
c0e4f66eb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue