Lines Matching full:commit
137 upstream project that have a root commit in common.
158 # Once there's a root commit match, stop looking for a project match
186 # If there is no project name match then try matching by commit
324 """Returns a dict of root commits with all projects with that root commit."""
352 for commit in commits:
353 author = git(['-C', path, 'show', '--no-patch', '--format=%ae', commit])
355 subject = git(['-C', path, 'show', '--no-patch', '--format=%s', commit])
358 'commit': commit,
408 'Commit',
420 'Commit': stat['commit'],
425 print('Wrote commit stats to ' + commit_output_file)
478 commit_output_file: Path to the commit output file.
503 help='Path to write the commit output file',
504 default='commit.csv',)