Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/patman/
H A Dgitutil.py68 def NameRevision(commit_hash): argument
77 pipe = ['git', 'name-rev', commit_hash]
106 commit_hash = line.split(' ')[0]
107 name = NameRevision(commit_hash)
208 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument
222 pipe.append(commit_hash)
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh131 commit_hash=`git rev-parse --revs-only $commit --`
132 if [ -z "$commit_hash" -o "`git merge-base $branch $commit`" != "$commit_hash" ]; then