Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_email.py26 from git_commit import GitCommit, GitInfo, decode_path
37 class GitEmail(GitCommit):
53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
H A Dgit_repository.py29 from git_commit import GitCommit, GitInfo, decode_path
75 git_commit = GitCommit(commit_to_info(commit.hexsha),
H A Dtest_email.py23 from git_commit import GitCommit
351 modified_files = GitCommit.parse_git_name_status(NAME_STATUS1)
H A Dgit_commit.py294 class GitCommit: class
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_email.py26 from git_commit import GitCommit, GitInfo, decode_path
37 class GitEmail(GitCommit):
53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
H A Dgit_repository.py29 from git_commit import GitCommit, GitInfo, decode_path
75 git_commit = GitCommit(commit_to_info(commit.hexsha),
H A Dtest_email.py23 from git_commit import GitCommit
351 modified_files = GitCommit.parse_git_name_status(NAME_STATUS1)
H A Dgit_commit.py294 class GitCommit: class
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A DChangeLog336 (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
440 (GitCommit.check_mentioned_files): Check whether the same file has been
841 * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
875 * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
885 * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):