Home
last modified time | relevance | path

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

/external/u-boot/tools/patman/
Dpatchstream.py49 STATE_PATCH_SUBJECT = 1 # In patch subject (first line of log for a commit) variable
169 or self.state == STATE_PATCH_SUBJECT):
174 if not self.is_log and self.state == STATE_PATCH_SUBJECT:
226 elif not is_blank and self.state == STATE_PATCH_SUBJECT: