[oe-commits] Cliff Brake : weekly-changelog-report: remove Merge commit entries

GIT User account git at amethyst.openembedded.net
Mon Oct 27 19:34:23 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ba6b760d53c7eb07f50f5e96a68c39f7367b4a4c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ba6b760d53c7eb07f50f5e96a68c39f7367b4a4c

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Mon Oct 27 15:32:14 2008 -0400

weekly-changelog-report: remove Merge commit entries

---

 contrib/weekly-changelog-report.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/weekly-changelog-report.py b/contrib/weekly-changelog-report.py
index b5e70cb..101de29 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()))
 
 





More information about the Openembedded-commits mailing list