Home
last modified time | relevance | path

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

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