Lines Matching refs:match
68 m = COMMIT_FOOTER_ENTRY_RE.match(line)160 match = re.match(r"^## (.+)", line)161 if match: return match.group(1)281 match = COMMIT_POSITION_RE.match(value)282 if match:283 return match.group(2)288 match = GIT_SVN_ID_RE.match(value)289 if match:290 return match.group(1)