From ba6b760d53c7eb07f50f5e96a68c39f7367b4a4c Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 27 Oct 2008 15:32:14 -0400 Subject: [PATCH] weekly-changelog-report: remove Merge commit entries --- contrib/weekly-changelog-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())) -- 2.39.5