HomeSort by relevance Sort by last modified time
    Searched refs:commit_messages (Results 1 - 3 of 3) sorted by null

  /external/v8/tools/release/
create_release.py 113 commit_messages = [
122 body = MakeChangeLogBody(commit_messages, auto_format=True)
132 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
push_to_candidates.py 149 commit_messages = [
158 body = MakeChangeLogBody(commit_messages, auto_format=True)
168 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
common_includes.py 102 def MakeChangeLogBody(commit_messages, auto_format=False):
105 for (title, body, author) in commit_messages:

Completed in 46 milliseconds