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