Home
last modified time | relevance | path

Searched refs:GitLog (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/tools/release/
H A Dmerge_to_branch.py75 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 Droll_merge.py76 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 Dcommon_includes.py291 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 Dauto_push.py62 commits = self.GitLog(
H A Dgit_recipes.py165 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 Dcreate_release.py30 self.GitLog(n=1, format="%H", branch="origin/main"))
H A Dauto_roll.py95 self["roll_title"] = self.GitLog(n=1, format="%s",

Completed in 8 milliseconds