Searched refs:commit_hash (Results 1 – 1 of 1) sorted by relevance
78 def NameRevision(commit_hash): argument87 pipe = ['git', 'name-rev', commit_hash]116 commit_hash = line.split(' ')[0]117 name = NameRevision(commit_hash)218 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument232 pipe.append(commit_hash)280 def AddWorktree(git_dir, output_dir, commit_hash=None): argument290 if commit_hash:291 pipe.append(commit_hash)
Completed in 3 milliseconds