Lines Matching full:commit
122 # Add and format the commit's title and bug reference. Move dot to the end.
129 # Append the commit's author for reference if not in auto-format mode.
138 """Grep for "BUG=xxxx" lines in the commit message and convert them to
322 """Sets a tag for the current commit.
324 Assumptions: The commit already landed and the commit message is unique.
381 # Wait for the commit to appear. Assumes unique commit message titles (this
384 commit = None
387 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote)
388 if commit:
390 print("The commit has not replicated to git. Waiting for %s seconds." %
394 self.step.Die("Couldn't determine commit for setting the tag. Maybe the "
397 self.step.Git("tag %s %s" % (tag, commit))
563 self.Die("Workspace is not clean. Please commit or undo your changes.")
600 print ("Please wait for an LGTM, then type \"LGTM<Return>\" to commit "
696 # base on master through the commit message.
700 # This is a new-style v8 version branched from master. The commit