Home | History | Annotate | Download | only in release

Lines Matching full:commit

71   MESSAGE = "Detect commit ID of last release base."
81 """Attempts to reload the commit message from rietveld in order to allow
106 # Cache raw commit messages.
109 self.GitLog(n=1, format="%s", git_hash=commit),
110 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)),
111 self.GitLog(n=1, format="%an", git_hash=commit),
112 ] for commit in commits.splitlines()
115 # Auto-format commit messages.
121 "all relevant\n# commit messages from the list below are included."
125 # Include unformatted commit messages as a reference in a comment.
206 MESSAGE = "Commit version and changelog to new branch."
209 # Convert the ChangeLog entry to commit message format.
223 self.Die("Commit message editing failed.")
278 help="The git commit ID to push (defaults to HEAD).")