Home
last modified time | relevance | path

Searched refs:git_commit (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_check_commit.py37 for git_commit in parse_git_revisions(args.git_path, args.revisions):
38 res = 'OK' if git_commit.success else 'FAILED'
39 print('Checking %s: %s' % (git_commit.original_info.hexsha, res))
40 if git_commit.success:
42 git_commit.print_output()
44 for error in git_commit.errors:
H A Dgit_update_version.py41 def prepend_to_changelog_files(repo, folder, git_commit, add_to_git): argument
42 if not git_commit.success:
43 for error in git_commit.errors:
46 for entry, output in git_commit.to_changelog_entries(use_commit_ts=True):
109 for git_commit in reversed(commits):
110 prepend_to_changelog_files(repo, args.git_path, git_commit,
H A Dgit_repository.py29 from git_commit import GitCommit, GitInfo, decode_path
75 git_commit = GitCommit(commit_to_info(commit.hexsha),
78 parsed_commits.append(git_commit)
H A Dgit_email.py26 from git_commit import GitCommit, GitInfo, decode_path
H A Dtest_email.py23 from git_commit import GitCommit
H A Dtest_patches.txt2805 contrib/gcc-changelog/git_commit.py | 10 ++++++++++
2857 Subject: [PATCH] libstdc++: Fake change for testing git_commit.py
3174 contrib/gcc-changelog/git_commit.py | 1 +
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_check_commit.py37 for git_commit in parse_git_revisions(args.git_path, args.revisions):
38 res = 'OK' if git_commit.success else 'FAILED'
39 print('Checking %s: %s' % (git_commit.original_info.hexsha, res))
40 if git_commit.success:
42 git_commit.print_output()
44 for error in git_commit.errors:
H A Dgit_update_version.py43 def prepend_to_changelog_files(repo, folder, git_commit, add_to_git): argument
44 if not git_commit.success:
45 for error in git_commit.errors:
48 for entry, output in git_commit.to_changelog_entries(use_commit_ts=True):
111 for git_commit in reversed(commits):
112 prepend_to_changelog_files(repo, args.git_path, git_commit,
H A Dgit_repository.py29 from git_commit import GitCommit, GitInfo, decode_path
75 git_commit = GitCommit(commit_to_info(commit.hexsha),
78 parsed_commits.append(git_commit)
H A Dgit_email.py26 from git_commit import GitCommit, GitInfo, decode_path
H A Dtest_email.py23 from git_commit import GitCommit
H A Dtest_patches.txt2805 contrib/gcc-changelog/git_commit.py | 10 ++++++++++
2857 Subject: [PATCH] libstdc++: Fake change for testing git_commit.py
3174 contrib/gcc-changelog/git_commit.py | 1 +
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A DChangeLog58 * gcc-changelog/git_commit.py: Match trailing dot literally.
62 * gcc-changelog/git_commit.py: Make the parsing stricter.
111 * gcc-changelog/git_commit.py: New files in toplev must
198 * gcc-changelog/git_commit.py: Print verbose diff for wrong
211 * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
215 * gcc-changelog/git_commit.py: Update location of
231 * gcc-changelog/git_commit.py: Add FIXME note.
235 * gcc-changelog/git_commit.py: Check commit email.
334 * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
357 * gcc-changelog/git_commit.py: Add note that ChangeLog entries
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS178 2d072240bf6de5330608921ceb48bf43 contrib/gcc-changelog/git_commit.py
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS190 5fe848ed59caa7945ac304bfb5d42981 contrib/gcc-changelog/git_commit.py