Searched refs:GitLog (Results 1 – 9 of 9) sorted by relevance
28 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),
70 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),
75 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)
76 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)
46 for git_hash in self.GitLog(138 lkgr_utc_time = int(self.GitLog(n=1, format="%at", git_hash=self["lkgr"]))
395 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)
165 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", member in GitRecipesMixin273 git_log = self.GitLog(format='%B', n=1, git_hash=git_hash, **kwargs)
62 commits = self.GitLog(
95 self["roll_title"] = self.GitLog(n=1, format="%s",