Searched refs:commit_messages (Results 1 – 3 of 3) sorted by relevance
107 commit_messages = [116 body = MakeChangeLogBody(commit_messages, auto_format=True)126 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
149 commit_messages = [158 body = MakeChangeLogBody(commit_messages, auto_format=True)168 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
103 def MakeChangeLogBody(commit_messages, auto_format=False): argument106 for (title, body, author) in commit_messages: