D | git_recipes.py | 160 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)
|