Searched refs:git_hash (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/tools/release/ |
H A D | git_recipes.py | 145 def GitChangedFiles(self, git_hash, **kwargs): 146 assert git_hash 149 git_hash, 150 "%s^" % git_hash]), **kwargs) 165 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", 167 assert not (git_hash and parent_hash) 177 if git_hash: 178 args.append(git_hash) 191 def GitGetPatch(self, git_hash, **kwargs): 192 assert git_hash [all...] |
H A D | merge_to_branch.py | 78 for git_hash in git_hashes.splitlines(): 79 revision_title = self.GitLog(n=1, format="%s", git_hash=git_hash) 82 if git_hash in self["full_revision_list"]: 84 % (revision, git_hash, revision_title)) 87 % (revision, git_hash, revision_title)) 88 port_revision_list.append(git_hash) 102 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash) 135 msg = self.GitLog(n=1, git_hash=commit_hash)
|
H A D | roll_merge.py | 79 for git_hash in git_hashes.splitlines(): 80 revision_title = self.GitLog(n=1, format="%s", git_hash=git_hash) 83 if git_hash in self["full_revision_list"]: 85 % (revision, git_hash, revision_title)) 88 % (revision, git_hash, revision_title)) 89 port_revision_list.append(git_hash) 119 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash) 124 msg = self.GitLog(n=1, git_hash=commit_hash)
|
H A D | auto_push.py | 63 format="%H", git_hash="%s..%s" % (last_release, self["candidate"]))
|
H A D | auto_roll.py | 96 git_hash=self["roll"])
|
H A D | common_includes.py | 593 title = self.GitLog(n=1, format="%s", git_hash=latest_hash) 605 return self.GitLog(n=1, format="%H", git_hash="%s^" % latest_hash)
|
/third_party/skia/third_party/externals/angle2/src/ |
H A D | commit_id.py | 39 refs = [git_hash for (git_hash, file_path) in refs if file_path == ref_file] 42 git_hash = refs[0] 45 fout.write(git_hash + '\n')
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite-test262.py | 68 git_hash = 'fd44cd73dfbce0b515a2474b7cd505d6176a9eb5' 70 git_hash = 'es5-tests' 72 return_code = subprocess.call(['git', 'checkout', git_hash], cwd=args.test_dir)
|
Completed in 4 milliseconds