Home
last modified time | relevance | path

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

/external/v8/tools/push-to-trunk/
Dpush_to_trunk.py69 self["push_hash"] = self.GitLog(n=1, format="%H", git_hash="HEAD")
81 print self.GitLog(n=1, git_hash=last_push)
93 last_push_title = self.GitLog(n=1, format="%s", git_hash=last_push)
196 commits = self.GitLog(format="%H",
203 self.GitLog(n=1, format="%s", git_hash=commit),
204 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)),
205 self.GitLog(n=1, format="%an", git_hash=commit),
Dmerge_to_branch.py75 git_hashes = self.GitLog(reverse=True, format="%H",
82 revision_title = self.GitLog(n=1, format="%s", git_hash=git_hash)
123 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash)
128 msg = self.GitLog(n=1, git_hash=commit_hash)
222 commit_hash = self.GitLog(n=1, format="%H", grep=self["new_commit_msg"],
Dreleases.py155 "date": self.GitLog(n=1, format="%ci", git_hash=git_hash),
174 body = self.GitLog(n=1, format="%B", git_hash=git_hash)
181 title = self.GitLog(n=1, format="%s", git_hash=git_hash)
205 for git_hash in self.GitLog(format="%H").splitlines():
314 for git_hash in self.GitLog(
Dauto_tag.py47 for git_hash in self.GitLog(
139 lkgr_utc_time = int(self.GitLog(n=1, format="%at", git_hash=self["lkgr"]))
Dgit_recipes.py160 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", member in GitRecipesMixin
244 log = self.GitLog(n=1, format="%B", git_hash=git_hash, **kwargs)
262 git_log = self.GitLog(format='%B', n=1, git_hash=git_hash, **kwargs)
Dbump_up_version.py59 self["latest"] = self.GitLog(n=1, format="%H")
94 self["lkgr"] = self.GitLog(
Dauto_push.py90 last_push_title = self.GitLog(n=1, format="%s", git_hash=last_push)
Dchromium_roll.py28 self["push_title"] = self.GitLog(n=1, format="%s",
Dcommon_includes.py497 return self.GitLog(n=1, format="%H", grep=push_pattern,