diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/changelog-helper.sh | 2 |
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 |