Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/patman/
H A Dgitutil.py69 def NameRevision(commit_hash): argument
78 pipe = ['git', 'name-rev', commit_hash]
107 commit_hash = line.split(' ')[0]
108 name = NameRevision(commit_hash)
209 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument
223 pipe.append(commit_hash)