HomeSort by: relevance | last modified time | path
    Searched refs:author_line_regex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 164 author_line_regex = \
454 or dr_regex.match(b) or author_line_regex.match(b)
491 if author_line_regex.match(line):
492 m = author_line_regex.match(line)
165 re.compile(r'^(?P<datetime>\\d{4}-\\d{2}-\\d{2})\\ {2}(?P<name>.* <.*>)') variable
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 156 author_line_regex = \
440 or dr_regex.match(b) or author_line_regex.match(b)
477 if author_line_regex.match(line):
478 m = author_line_regex.match(line)
157 re.compile(r'^(?P<datetime>\\d{4}-\\d{2}-\\d{2})\\ {2}(?P<name>.* <.*>)') variable

Completed in 32 milliseconds