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

/external/chromium_org/v8/tools/push-to-trunk/
H A Dgit_recipes.py160 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", member in class: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)

Completed in 73 milliseconds