Searched refs:GitLog (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/tools/release/ |
H A D | merge_to_branch.py | 75 git_hashes = self.GitLog(reverse=True, format="%H", 79 revision_title = self.GitLog(n=1, format="%s", git_hash=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 | 76 git_hashes = self.GitLog(reverse=True, format="%H", 80 revision_title = self.GitLog(n=1, format="%s", git_hash=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 | common_includes.py | 291 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote) 576 latest_hash = self.GitLog(n=1, format="%H", branch=latest_version) 590 latest_hash = self.GitLog(n=1, format="%H", branch=latest_version) 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)
|
H A D | auto_push.py | 62 commits = self.GitLog(
|
H A D | git_recipes.py | 165 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", member in GitRecipesMixin 275 git_log = self.GitLog(format='%B', n=1, git_hash=git_hash, **kwargs)
|
H A D | create_release.py | 30 self.GitLog(n=1, format="%H", branch="origin/main"))
|
H A D | auto_roll.py | 95 self["roll_title"] = self.GitLog(n=1, format="%s",
|
Completed in 8 milliseconds