Home
last modified time | relevance | path

Searched refs:is_log (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dpatchstream.py62 def __init__(self, series, name=None, is_log=False): argument
72 self.is_log = is_log # True if indent like git log
93 if self.is_log:
112 if self.commit and self.is_log:
118 if self.in_section == 'cover' and self.is_log:
152 commit_match = re_commit.match(line) if self.is_log else None
154 if self.is_log:
175 if not self.is_log and self.state == STATE_PATCH_SUBJECT:
191 if self.is_log:
194 if self.is_log:
[all …]