Home
last modified time | relevance | path

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

/external/u-boot/tools/patman/
Dpatchstream.py61 def __init__(self, series, name=None, is_log=False): argument
71 self.is_log = is_log # True if indent like git log
92 if self.is_log:
111 if self.commit and self.is_log:
117 if self.in_section == 'cover' and self.is_log:
151 commit_match = re_commit.match(line) if self.is_log else None
153 if self.is_log:
174 if not self.is_log and self.state == STATE_PATCH_SUBJECT:
190 if self.is_log:
193 if self.is_log:
[all …]