mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
patman: don't pick changes while processing patches
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
05e5b73506
commit
a8840cb2f0
@@ -214,6 +214,7 @@ class PatchStream:
|
|||||||
self.in_change = 0
|
self.in_change = 0
|
||||||
out = self.ProcessLine(line)
|
out = self.ProcessLine(line)
|
||||||
else:
|
else:
|
||||||
|
if self.is_log:
|
||||||
self.series.AddChange(self.in_change, self.commit, line)
|
self.series.AddChange(self.in_change, self.commit, line)
|
||||||
self.skip_blank = False
|
self.skip_blank = False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user