Home | History | Annotate | Download | only in release

Lines Matching full:commit

27   for commit in all_commits:
28 if commit in already_treated_commits:
32 git_working_dir, commit, until, separator, verbose)
34 all_related_commits[commit] = related_commits
37 already_treated_commits.update(commit)
50 # Extract commit position
64 print "1.) Commit position to look for: " + commit_position
87 print "3.) Found by commit position: " + found_by_commit_pos
197 "This tool analyzes the commit range between <of> and <until>. "
206 help="Hash of the commit to be searched.")
208 help="Commit when searching should stop")