Home
last modified time | relevance | path

Searched refs:GitCommit (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/release/
Dpush_to_candidates.py268 self.GitCommit(message = "\n".join(msg))
304 self.GitCommit(file_name = self.Config("COMMITMSG_FILE"))
Dauto_roll.py155 self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd)
Dcreate_release.py208 self.GitCommit(file_name = self.Config("COMMITMSG_FILE"))
Dmerge_to_branch.py188 self.GitCommit(file_name=self.Config("COMMITMSG_FILE"))
Dgit_recipes.py227 def GitCommit(self, message="", file_name="", author=None, **kwargs): member in GitRecipesMixin