Home
last modified time | relevance | path

Searched refs:commit_msg (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/scripts/
H A Dangle_presubmit_utils_unittest.py38 commit_msg = """a
59 commit_msg = """
69 commit_msg = """a
82 commit_msg = "a"
92 commit_msg = """a
103 commit_msg = """a
111 commit_msg = """
124 commit_msg = """a
170 commit_msg = """a
191 commit_msg = """a
[all …]
H A Droll_chromium_deps.py394 commit_msg = []
397 commit_msg.extend([
433 commit_msg.append('No update to Clang.\n')
442 commit_msg.append('TBR=%s' % tbr_authors)
443 commit_msg.append('BUG=None')
445 return '\n'.join(commit_msg)
523 def _LocalCommit(commit_msg, dry_run): argument
530 def _LocalCommitAmend(commit_msg, dry_run): argument
675 commit_msg = GenerateCommitMessage(
692 _LocalCommitAmend(commit_msg, opts.dry_run)
[all …]
/dports/math/vtk9/VTK-9.1.0/Utilities/Scripts/
H A Dprepare-commit-msg8 commit_msg="$1"
11 egrep_q "^# Start the commit message" -- "$commit_msg" && return 0
14 commit_msg_tmp="$commit_msg.$$"
19 &/' "$commit_msg" > "$commit_msg_tmp" &&
20 mv "$commit_msg_tmp" "$commit_msg"
/dports/math/vtk8/VTK-8.2.0/Utilities/Scripts/
H A Dprepare-commit-msg8 commit_msg="$1"
11 egrep_q "^# Start the commit message" -- "$commit_msg" && return 0
14 commit_msg_tmp="$commit_msg.$$"
19 &/' "$commit_msg" > "$commit_msg_tmp" &&
20 mv "$commit_msg_tmp" "$commit_msg"
/dports/math/vtk6/VTK-6.2.0/Utilities/Scripts/
H A Dprepare-commit-msg8 commit_msg="$1"
11 egrep-q "^# Start the commit message" -- "$commit_msg" && return 0
14 commit_msg_tmp="$commit_msg.$$"
19 &/' "$commit_msg" > "$commit_msg_tmp" &&
20 mv "$commit_msg_tmp" "$commit_msg"
/dports/science/InsightToolkit/ITK-5.0.1/Utilities/Hooks/
H A Dprepare-commit-msg25 commit_msg="$1"
28 egrep-q "^# Start ITK commit messages" -- "$commit_msg" && return 0
31 commit_msg_tmp="$commit_msg.$$"
56 ' "$commit_msg" > "$commit_msg_tmp" &&
57 mv "$commit_msg_tmp" "$commit_msg"
H A Dcommit-msg27 commit_msg="$GIT_DIR/COMMIT_MSG"
28 sed -n -e '/^#/d' -e '/^diff --git/q' -e 'p;d' "$1" > "$commit_msg"
37 git commit -e -F '"$commit_msg"'
43 cat "$commit_msg" |
73 rm -f "$commit_msg" || exit 1
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py303 commit_msg.append('Changed dependencies:')
312 commit_msg.append('No dependencies changed.')
319 commit_msg.append('Details: %s\n' % change_url)
321 commit_msg.append('No update to Clang.\n')
323 commit_msg.append('TBR=%s' % tbr_authors)
324 commit_msg.append('BUG=None')
325 return '\n'.join(commit_msg)
393 def _LocalCommit(commit_msg, dry_run): argument
397 _RunCommand(['git', 'commit', '-m', commit_msg])
476 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py302 commit_msg.append('Changed dependencies:')
311 commit_msg.append('No dependencies changed.')
318 commit_msg.append('Details: %s\n' % change_url)
320 commit_msg.append('No update to Clang.\n')
325 commit_msg.append('TBR=%s' % git_author)
327 commit_msg.append('BUG=None')
328 return '\n'.join(commit_msg)
394 def _LocalCommit(commit_msg, dry_run): argument
398 _RunCommand(['git', 'commit', '-m', commit_msg])
493 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py303 commit_msg.append('Changed dependencies:')
312 commit_msg.append('No dependencies changed.')
319 commit_msg.append('Details: %s\n' % change_url)
321 commit_msg.append('No update to Clang.\n')
326 commit_msg.append('TBR=%s' % git_author)
328 commit_msg.append('BUG=None')
329 return '\n'.join(commit_msg)
395 def _LocalCommit(commit_msg, dry_run): argument
399 _RunCommand(['git', 'commit', '-m', commit_msg])
494 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py296 commit_msg.append('Changed dependencies:')
305 commit_msg.append('No dependencies changed.')
312 commit_msg.append('Details: %s\n' % change_url)
314 commit_msg.append('No update to Clang.\n')
316 commit_msg.append('TBR=%s' % tbr_authors)
317 commit_msg.append('BUG=None')
318 return '\n'.join(commit_msg)
388 def _LocalCommit(commit_msg, dry_run): argument
392 _RunCommand(['git', 'commit', '-m', commit_msg])
471 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/graphics/libyuv/libyuv-0.0.1789/tools_libyuv/autoroller/
H A Droll_deps.py303 commit_msg.append('Changed dependencies:')
312 commit_msg.append('No dependencies changed.')
319 commit_msg.append('Details: %s\n' % change_url)
321 commit_msg.append('No update to Clang.\n')
326 commit_msg.append('TBR=%s' % git_author)
328 commit_msg.append('BUG=None')
329 return '\n'.join(commit_msg)
395 def _LocalCommit(commit_msg, dry_run): argument
399 _RunCommand(['git', 'commit', '-m', commit_msg])
494 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py302 commit_msg.append('Changed dependencies:')
311 commit_msg.append('No dependencies changed.')
318 commit_msg.append('Details: %s\n' % change_url)
320 commit_msg.append('No update to Clang.\n')
325 commit_msg.append('TBR=%s' % git_author)
327 commit_msg.append('BUG=None')
328 return '\n'.join(commit_msg)
394 def _LocalCommit(commit_msg, dry_run): argument
398 _RunCommand(['git', 'commit', '-m', commit_msg])
493 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py303 commit_msg.append('Changed dependencies:')
312 commit_msg.append('No dependencies changed.')
319 commit_msg.append('Details: %s\n' % change_url)
321 commit_msg.append('No update to Clang.\n')
323 commit_msg.append('TBR=%s' % tbr_authors)
324 commit_msg.append('BUG=None')
325 return '\n'.join(commit_msg)
393 def _LocalCommit(commit_msg, dry_run): argument
397 _RunCommand(['git', 'commit', '-m', commit_msg])
476 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py303 commit_msg.append('Changed dependencies:')
312 commit_msg.append('No dependencies changed.')
319 commit_msg.append('Details: %s\n' % change_url)
321 commit_msg.append('No update to Clang.\n')
326 commit_msg.append('TBR=%s' % git_author)
328 commit_msg.append('BUG=None')
329 return '\n'.join(commit_msg)
395 def _LocalCommit(commit_msg, dry_run): argument
399 _RunCommand(['git', 'commit', '-m', commit_msg])
494 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py303 commit_msg.append('Changed dependencies:')
312 commit_msg.append('No dependencies changed.')
319 commit_msg.append('Details: %s\n' % change_url)
321 commit_msg.append('No update to Clang.\n')
323 commit_msg.append('TBR=%s' % tbr_authors)
324 commit_msg.append('BUG=None')
325 return '\n'.join(commit_msg)
393 def _LocalCommit(commit_msg, dry_run): argument
397 _RunCommand(['git', 'commit', '-m', commit_msg])
476 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/tools_libyuv/autoroller/
H A Droll_deps.py303 commit_msg.append('Changed dependencies:')
312 commit_msg.append('No dependencies changed.')
319 commit_msg.append('Details: %s\n' % change_url)
321 commit_msg.append('No update to Clang.\n')
323 commit_msg.append('TBR=%s' % tbr_authors)
324 commit_msg.append('BUG=None')
325 return '\n'.join(commit_msg)
393 def _LocalCommit(commit_msg, dry_run): argument
397 _RunCommand(['git', 'commit', '-m', commit_msg])
476 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Droll_dep.py178 commit_msg = ''
180 commit_msg = 'Rolling %d dependencies\n\n' % len(logs)
181 commit_msg += '\n\n'.join(logs)
182 commit_msg += '\nCreated with:\n ' + cmdline + '\n'
183 commit_msg += 'R=%s\n' % ','.join(reviewers) if reviewers else ''
184 commit_msg += '\nBug: %s\n' % bug if bug else ''
185 return commit_msg
188 def finalize(commit_msg, current_dir, rolls): argument
191 print('\n'.join(' ' + i for i in commit_msg.splitlines()))
284 commit_msg = gen_commit_msg(logs, cmdline, reviewers, args.bug)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/tools_webrtc/autoroller/
H A Droll_deps.py441 commit_msg.append('%s %s' % (adjective, noun))
472 commit_msg.append('No dependencies changed.')
479 commit_msg.append('Details: %s\n' % change_url)
481 commit_msg.append('No update to Clang.\n')
488 commit_msg.append('TBR=%s' % tbr_authors)
489 commit_msg.append('BUG=None')
490 return '\n'.join(commit_msg)
578 def _LocalCommit(commit_msg, dry_run): argument
692 commit_msg = GenerateCommitMessage(
697 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/tools_webrtc/autoroller/
H A Droll_deps.py456 commit_msg = [
473 commit_msg.append('* %s: %s..%s' %
476 commit_msg.append(
503 commit_msg.append('No update to Clang.\n')
510 commit_msg.append('TBR=%s' % tbr_authors)
511 commit_msg.append('BUG=None')
512 return '\n'.join(commit_msg)
601 def _LocalCommit(commit_msg, dry_run): argument
733 commit_msg = GenerateCommitMessage(
741 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/science/axom/axom-0.6.1/scripts/gitsetup/hooks/
H A Dcommit-msg25 commit_msg="$GIT_DIR/COMMIT_MSG"
26 sed -n -e '/^#/d' -e '/^diff --git/q' -e 'p;d' "$1" > "$commit_msg"
32 git commit -e -F '"$basedir/$commit_msg"'
128 cat "$commit_msg" |
134 rm -f "$commit_msg" || exit 1
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/scripts/
H A Droll_deps.py372 commit_msg = [
390 commit_msg.append(
400 commit_msg.append(
405 commit_msg.append('No update to Clang.\n')
412 commit_msg.append('TBR=%s' % tbr_authors)
413 commit_msg.append('BUG=None')
414 return '\n'.join(commit_msg)
488 def _LocalCommit(commit_msg, dry_run): argument
612 commit_msg = GenerateCommitMessage(
614 logging.debug('Commit message:\n%s', commit_msg)
[all …]
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_hooks.py98 commit_msg = os.path.join(repo_dir, 'hooks', 'commit-msg')
101 with open(commit_msg, 'w') as f:
103 os.chmod(commit_msg, stat.S_IREAD | stat.S_IWRITE | stat.S_IEXEC)
107 with open(commit_msg, 'w') as f:
109 os.chmod(commit_msg, stat.S_IREAD | stat.S_IWRITE | stat.S_IEXEC)
113 with open(commit_msg, 'w') as f:
115 os.chmod(commit_msg, stat.S_IREAD | stat.S_IWRITE | stat.S_IEXEC)
/dports/devel/git-extras/git-extras-6.3.0/bin/
H A Dgit-stamp34 local commit_msg=$( git log -1 --pretty=%B )
40 commit_msg=$(
41 echo "${commit_msg}" \
49 --message "${commit_msg}" \
/dports/devel/p5-App-SD/App-SD-0.75/contrib/
H A Dgit-post-commit-close-ticket10 my $commit_msg = do { local $/ = <$gitpipe> };
11 my ($git_commit_sha1) = ($commit_msg =~ /^commit (.*)$/m);
13 if ( $commit_msg =~ /Closes(?::)?\s+($UUID_REGEX)/i ) {

12345678910>>...27