Home
last modified time | relevance | path

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

/u-boot/tools/patman/
A Dgitutil.py78 def NameRevision(commit_hash): argument
87 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): argument
232 pipe.append(commit_hash)
280 def AddWorktree(git_dir, output_dir, commit_hash=None): argument
290 if commit_hash:
291 pipe.append(commit_hash)

Completed in 3 milliseconds