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

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 408 def find_changelog_location(self, name): member in class:GitCommit
452 if (changelog_regex.match(b) or self.find_changelog_location(b)
483 elif self.find_changelog_location(line):
484 last_entry = ChangeLogEntry(self.find_changelog_location(line),
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 394 def find_changelog_location(self, name): member in class:GitCommit
438 if (changelog_regex.match(b) or self.find_changelog_location(b)
469 elif self.find_changelog_location(line):
470 last_entry = ChangeLogEntry(self.find_changelog_location(line),

Completed in 54 milliseconds