Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatchstream.py43 re_commit = re.compile('^commit ([0-9a-f]*)$') variable
152 commit_match = re_commit.match(line) if self.is_log else None