weekly-changelog-report: remove Merge commit entries
authorCliff Brake <cbrake@bec-systems.com>
Mon, 27 Oct 2008 19:32:14 +0000 (15:32 -0400)
committerCliff Brake <cbrake@bec-systems.com>
Mon, 27 Oct 2008 19:32:38 +0000 (15:32 -0400)
contrib/weekly-changelog-report.py

index b5e70cb..101de29 100755 (executable)
@@ -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()))