Searched refs:GitCommit (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_repository.py29 from git_commit import GitCommit, GitInfo, decode_path namespace
75 git_commit = GitCommit(commit_to_info(commit.hexsha),
H A Dgit_email.py26 from git_commit import GitCommit, GitInfo, decode_path namespace
37 class GitEmail(GitCommit):
53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
H A Dtest_email.py23 from git_commit import GitCommit namespace
351 modified_files = GitCommit.parse_git_name_status(NAME_STATUS1)
H A Dgit_commit.py294 class GitCommit: class in inherits:
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_repository.py29 from git_commit import GitCommit, GitInfo, decode_path namespace
75 git_commit = GitCommit(commit_to_info(commit.hexsha),
H A Dgit_email.py26 from git_commit import GitCommit, GitInfo, decode_path namespace
37 class GitEmail(GitCommit):
53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
H A Dtest_email.py23 from git_commit import GitCommit namespace
351 modified_files = GitCommit.parse_git_name_status(NAME_STATUS1)
H A Dgit_commit.py294 class GitCommit: class in inherits:

Completed in 141 milliseconds