git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da0dc3
)
weekly-changelog-report: remove Merge commit entries
author
Cliff Brake
<cbrake@bec-systems.com>
Mon, 27 Oct 2008 19:32:14 +0000
(15:32 -0400)
committer
Cliff Brake
<cbrake@bec-systems.com>
Mon, 27 Oct 2008 19:32:38 +0000
(15:32 -0400)
contrib/weekly-changelog-report.py
patch
|
blob
|
history
diff --git
a/contrib/weekly-changelog-report.py
b/contrib/weekly-changelog-report.py
index
b5e70cb
..
101de29
100755
(executable)
--- 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()))