Searched refs:commit_messages (Results 1 – 3 of 3) sorted by relevance
89 commit_messages = [98 body = MakeChangeLogBody(commit_messages, auto_format=True)108 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
131 commit_messages = [140 body = MakeChangeLogBody(commit_messages, auto_format=True)150 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
111 def MakeChangeLogBody(commit_messages, auto_format=False): argument114 for (title, body, author) in commit_messages: