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

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_repository.py 31 from git_commit import GitCommit, GitInfo, decode_path
77 git_commit = GitCommit(commit_to_info(commit.hexsha),
git_email.py 28 from git_commit import GitCommit, GitInfo, decode_path
39 class GitEmail(GitCommit):
56 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
test_email.py 25 from git_commit import GitCommit
353 modified_files = GitCommit.parse_git_name_status(NAME_STATUS1)
git_commit.py 302 class GitCommit:
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_repository.py 29 from git_commit import GitCommit, GitInfo, decode_path
75 git_commit = GitCommit(commit_to_info(commit.hexsha),
git_email.py 26 from git_commit import GitCommit, GitInfo, decode_path
37 class GitEmail(GitCommit):
53 author = GitCommit.format_git_author(line[len(FROM_PREFIX):])
test_email.py 23 from git_commit import GitCommit
351 modified_files = GitCommit.parse_git_name_status(NAME_STATUS1)
git_commit.py 294 class GitCommit:
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 895 class GitCommit(SubGitObjectMixin):
927 >>> head = GitCommit(repos, "HEAD")
940 ``GitCommit`` offers a simple direct API to trailer values. These
949 >>> head = GitCommit(repos, "HEAD")
966 >>> head = GitCommit(repos, "HEAD")
985 >>> head = GitCommit(repos, "HEAD")
995 super(GitCommit, self).__init__(repos)
1114 if not isinstance(value, GitCommit):
1125 if not isinstance(value, GitCommit):
1130 if not isinstance(value, GitCommit)
    [all...]

Completed in 24 milliseconds