projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e5b73
)
patman: don't pick changes while processing patches
author
Ilya Yanok
<ilya.yanok@cogentembedded.com>
Mon, 6 Aug 2012 23:46:06 +0000
(23:46 +0000)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 2 Sep 2012 14:23:33 +0000
(16:23 +0200)
We already got all changes from git log output and the comment
to the ProcessLine function clearly states that 'patch' mode
is not for scanning tags.
Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
tools/patman/patchstream.py
patch
|
blob
|
history
diff --git
a/tools/patman/patchstream.py
b/tools/patman/patchstream.py
index 036b1290f965471d451fe18ee5710d4bbe26101d..3de32d582ca06ff7a1f6710d1cda671f096eaf34 100644
(file)
--- a/
tools/patman/patchstream.py
+++ b/
tools/patman/patchstream.py
@@
-214,7
+214,8
@@
class PatchStream:
self.in_change = 0
out = self.ProcessLine(line)
else:
- self.series.AddChange(self.in_change, self.commit, line)
+ if self.is_log:
+ self.series.AddChange(self.in_change, self.commit, line)
self.skip_blank = False
# Detect Series-xxx tags