Searched refs:commit_hash (Results 1 – 7 of 7) sorted by relevance
/third_party/jerryscript/tools/ |
D | check-signed-off.sh | 78 commit_hash=`git show -s --format=%h HEAD | head -1` 81 commit_hash=${parent_hashes[1]} 88 actual_signed_off_by_line=`git show -s --format=%B $commit_hash | sed '/^$/d' | tr -d '\015' | tail… 92 author_name=`git show -s --format=%an $commit_hash` 93 author_email=`git show -s --format=%ae $commit_hash` 98 … message is incorrect. The following line should be at the end of the $commit_hash commit's messag… 102 …echo -e "\e[1;33mWarning! The name and email address of the author of the $commit_hash commit is n… 105 … message is incorrect. The following line should be at the end of the $commit_hash commit's messag…
|
/third_party/flutter/skia/tools/skqp/ |
D | find_commit_with_best_gold_results.py | 88 commit_hash = subprocess.check_output(['git', 'rev-parse', commit_name]).strip() 89 results.append((commit_hash, get_results_for_commit(commit_hash, jobs)))
|
/third_party/skia/tools/skqp/ |
D | find_commit_with_best_gold_results.py | 97 commit_hash = subprocess.check_output(['git', 'rev-parse', commit_name]).strip() 98 results.append((commit_hash, get_results_for_commit(commit_hash, jobs)))
|
/third_party/grpc/tools/distrib/python/ |
D | make_grpcio_tools.py | 121 commit_hash = protobuf_submodule_commit_hash() 127 commit_hash=COMMIT_HASH_PREFIX + commit_hash + COMMIT_HASH_SUFFIX)
|
/third_party/python/PCbuild/ |
D | get_external.py | 12 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose): argument
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | ChoosingANGLEBranch.md | 62 2. `git cherry-pick [commit_hash]`
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ChoosingANGLEBranch.md | 62 2. `git cherry-pick [commit_hash]`
|