Home | History | Annotate | Download | only in release

Lines Matching full:commit

110   MESSAGE = "Detect commit ID of last release base."
123 """Attempts to reload the commit message from rietveld in order to allow
148 # Cache raw commit messages.
151 self.GitLog(n=1, format="%s", git_hash=commit),
152 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)),
153 self.GitLog(n=1, format="%an", git_hash=commit),
154 ] for commit in commits.splitlines()
157 # Auto-format commit messages.
163 "all relevant\n# commit messages from the list below are included."
167 # Include unformatted commit messages as a reference in a comment.
214 # Convert the ChangeLog entry to commit message format.
220 # Show the used master hash in the commit message.
232 self.Die("Commit message editing failed.")
261 MESSAGE = "Commit to local candidates branch."
264 # Make a first commit with a slightly different title to not confuse
272 MESSAGE = "Prepare new branch to commit version and changelog file."
301 MESSAGE = "Commit version and changelog to local candidates branch."
315 "%s, compile, run tests. Do you want to commit this new candidates "
358 help=("The git commit ID of the last master "
362 help="The git commit ID of the last candidates push.")
364 help="The git commit ID to push (defaults to HEAD).")