Searched refs:commit_messages (Results 1 – 2 of 2) sorted by relevance
201 commit_messages = [210 body = MakeChangeLogBody(commit_messages, auto_format=True)220 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
98 def MakeChangeLogBody(commit_messages, auto_format=False): argument101 for (title, body, author) in commit_messages: