aboutsummaryrefslogtreecommitdiff
path: root/scripts/gitlog2changelog.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gitlog2changelog.sh')
-rwxr-xr-xscripts/gitlog2changelog.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gitlog2changelog.sh b/scripts/gitlog2changelog.sh
index 8d9e68f418b5..52130237e72a 100755
--- a/scripts/gitlog2changelog.sh
+++ b/scripts/gitlog2changelog.sh
@@ -2,7 +2,8 @@
line="---------------------------------------------------"
-git log --no-merges --decorate -M --stat --pretty=format:"$line%n%ai %an <%ae>%d%n%n%s%n%n%b" |
+git log --no-merges -M --stat \
+ --pretty=format:"$line%n%ai %an <%ae>%n%n%s%n%n%b" |
uniq | fold -s
echo
echo $line