Home
last modified time | relevance | path

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

/development/tools/repo_diff/
Drepo_diff_trees.py398 def write_commit_csv(commit_stats, commit_output_file): argument
405 with open(commit_output_file, 'w') as f:
425 print('Wrote commit stats to ' + commit_output_file)
471 commit_output_file, exclusions_file): argument
485 write_commit_csv(commit_stats, commit_output_file)
517 commit_output_file = os.path.abspath(args.commit_output_file)
523 commit_output_file, exclusions_file)