Searched refs:commit_msg (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | angle_presubmit_utils_unittest.py | 33 def run_check_commit_message_formatting(self, commit_msg): argument 34 input_api = InputAPI_mock(commit_msg) 38 commit_msg = """a 45 errors = self.run_check_commit_message_formatting(commit_msg) 49 commit_msg = """Change-Id: I966c79d96175da9eee92ef6da20db50d488137b2""" 50 errors = self.run_check_commit_message_formatting(commit_msg) 59 commit_msg = """ 65 errors = self.run_check_commit_message_formatting(commit_msg) 69 commit_msg = """a 73 errors = self.run_check_commit_message_formatting(commit_msg) [all …]
|
| D | roll_chromium_deps.py | 443 commit_msg = [] 446 commit_msg.extend([ 454 commit_msg.append('%s %s' % (adjective, noun)) 462 commit_msg.append('* %s: %s..%s' % (c.path, c.current_version, c.new_version)) 464 commit_msg.append('* %s: %s/+log/%s..%s' % 472 commit_msg.append('DEPS diff: %s\n' % change_url) 474 commit_msg.append('No dependencies changed.') 478 commit_msg.append('Clang version changed %s:%s' % 484 commit_msg.append('Details: %s\n' % change_url) 486 commit_msg.append('No update to Clang.\n') [all …]
|
| /third_party/skia/infra/bots/ |
| D | git_utils.py | 50 def __init__(self, branch_name, commit_msg, upload=True, commit_queue=False, argument 53 self._commit_msg = commit_msg
|
| /third_party/node/deps/v8/tools/release/ |
| D | test_scripts.py | 437 commit_msg = """Version 3.22.5""" 441 self.assertEquals(commit_msg, commit)
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | ContributingCode.md | 129 6. Install the Gerrit `commit_msg` hook
|