Lines Matching refs:is_log
62 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:
213 if self.is_log:
216 if self.is_log:
259 if self.is_log:
305 if (self.is_log or not self.commit or
409 ps = PatchStream(series, is_log=True)
434 ps = PatchStream(series, is_log=True)