Home | History | Annotate | Download | only in utils

Lines Matching full:commit

211              in this commit.
315 def git_show_to_temp_file(commit, original_file, new_temp_file):
321 @param commit: commit hash of the commit we're running repo upload on.
332 % (commit, original_file),
337 def check_committed_files(work_tree_files, commit, pylint_base_opts):
339 Get a list of files corresponding to the commit hash.
342 of a file in the commit we mean to upload. To work around this we run
346 @param work_tree_files: list of files in this commit specified by their
348 @param commit: hash of the commit this upload applies to.
354 # All files that are a part of this commit should have an abs path within
366 git_show_to_temp_file(commit, *file_tuple)
367 # Only check if we successfully git showed all files in the commit.
390 """Main function checks each file in a commit for pylint violations."""