aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/weekly-changelog-report.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/weekly-changelog-report.py')
-rwxr-xr-xcontrib/weekly-changelog-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/weekly-changelog-report.py b/contrib/weekly-changelog-report.py
index b5e70cb5be..101de2919b 100755
--- a/contrib/weekly-changelog-report.py
+++ b/contrib/weekly-changelog-report.py
@@ -23,6 +23,6 @@ start_day = end_day - datetime.timedelta(7)
print "OE weekly changelog %s to %s\n" % (start_day.isoformat(), end_day.isoformat())
-os.system("git-shortlog --since=%s --until=%s | grep -v \"Merge branch\"" % (start_day.isoformat(), end_day.isoformat()))
+os.system("git-shortlog --since=%s --until=%s | grep -v \"Merge branch\" | grep -v \"Merge commit\"" % (start_day.isoformat(), end_day.isoformat()))