Home
last modified time | relevance | path

Searched refs:GitLog (Results 1 – 9 of 9) sorted by relevance

/external/v8/tools/release/
Dcreate_release.py28 self.GitLog(n=1, format="%H", branch="origin/master"))
84 commits = self.GitLog(format="%H",
91 self.GitLog(n=1, format="%s", git_hash=commit),
92 self.GitLog(n=1, format="%B", git_hash=commit),
93 self.GitLog(n=1, format="%an", git_hash=commit),
Dpush_to_candidates.py70 self["push_hash"] = self.GitLog(n=1, format="%H", git_hash="HEAD")
126 commits = self.GitLog(format="%H",
133 self.GitLog(n=1, format="%s", git_hash=commit),
134 self.GitLog(n=1, format="%B", git_hash=commit),
135 self.GitLog(n=1, format="%an", git_hash=commit),
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)
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)
Dauto_tag.py46 for git_hash in self.GitLog(
138 lkgr_utc_time = int(self.GitLog(n=1, format="%at", git_hash=self["lkgr"]))
Dcommon_includes.py395 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote)
683 latest_hash = self.GitLog(n=1, format="%H", branch=latest_version)
697 latest_hash = self.GitLog(n=1, format="%H", branch=latest_version)
700 title = self.GitLog(n=1, format="%s", git_hash=latest_hash)
712 return self.GitLog(n=1, format="%H", git_hash="%s^" % latest_hash)
Dgit_recipes.py165 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", member in GitRecipesMixin
273 git_log = self.GitLog(format='%B', n=1, git_hash=git_hash, **kwargs)
Dauto_push.py62 commits = self.GitLog(
Dauto_roll.py95 self["roll_title"] = self.GitLog(n=1, format="%s",