Lines Matching refs:commit
54 def AddTag(self, commit, line, name, value): argument
70 (commit.hash, line, values, self[name]))
81 "options are %s" % (commit.hash, line, name,
84 def AddCommit(self, commit): argument
92 commit.CheckTags()
93 self.commits.append(commit)
115 commit = self.commits[upto]
117 cc_list = list(self._generated_cc[commit.patch])
140 def MakeChangeLog(self, commit): argument
163 if commit and this_commit != commit:
227 for commit in self.commits:
230 cc += gitutil.BuildEmailList(commit.tags,
232 cc += gitutil.BuildEmailList(commit.cc_list,
237 cc += get_maintainer.GetMaintainer(commit.patch)
243 print(commit.patch, ', '.join(set(cc)), file=fd)
244 self._generated_cc[commit.patch] = cc
257 def AddChange(self, version, commit, info): argument
268 self.changes[version].append([commit, info])