aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2008-10-27 15:32:14 -0400
committerCliff Brake <cbrake@bec-systems.com>2008-10-27 15:32:38 -0400
commitba6b760d53c7eb07f50f5e96a68c39f7367b4a4c (patch)
tree3e978b855ab50709b86c4b6fb42e613ba6d95b3e /contrib
parent8da0dc34515d9a5ccc36cd5d74d4414a3296e5a5 (diff)
downloadopenembedded-ba6b760d53c7eb07f50f5e96a68c39f7367b4a4c.tar.gz
weekly-changelog-report: remove Merge commit entries
Diffstat (limited to 'contrib')
-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()))