Lines Matching refs:commit
81 commit = repo.run_cmd(git_cmd, env_update)
87 '-F', os.path.abspath(filename), commit])
90 git_cmd = ['update-ref', 'refs/heads/' + branch, commit]
98 return commit
149 commit = git_commit_data(data_repo, data_dir, branch_name,
155 data_repo.run_cmd(['tag', '-a', '-m', tag_msg, tag_name, commit])
216 commit = run[commit_i]
219 if not commit in revs:
220 revs[commit] = TestedRev(commit, commit_num, [tag])
222 assert commit_num == revs[commit].commit_number, "Commit numbers do not match"
223 revs[commit].tags.append(tag)
228 "\n ".join(['{} ({})'.format(rev.commit_number, rev.commit) for rev in revs]))