libv8 5.3.332.38.5 → 5.6.326.50.0beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +0 -1
- data/CHANGELOG.md +2 -0
- data/ext/libv8/builder.rb +2 -2
- data/lib/libv8/version.rb +1 -1
- data/patches/0001-Build-a-standalone-static-library.patch +4 -4
- data/patches/0002-Don-t-compile-unnecessary-stuff.patch +16 -11
- data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +4 -4
- data/patches/{0005-Do-not-embed-debug-symbols-in-macOS-libraries.patch → 0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch} +4 -4
- data/vendor/depot_tools/.gitignore +4 -0
- data/vendor/depot_tools/OWNERS +0 -2
- data/vendor/depot_tools/PRESUBMIT.py +20 -23
- data/vendor/depot_tools/README.gclient.md +3 -3
- data/vendor/depot_tools/README.git-cl.md +13 -12
- data/vendor/depot_tools/README.md +2 -3
- data/vendor/depot_tools/WATCHLISTS +0 -1
- data/vendor/depot_tools/appengine_mapper.py +23 -0
- data/vendor/depot_tools/apply_issue.py +2 -8
- data/vendor/depot_tools/bootstrap/win/README.md +1 -8
- data/vendor/depot_tools/bootstrap/win/git_bootstrap.py +6 -16
- data/vendor/depot_tools/bootstrap/win/git_version.txt +1 -1
- data/vendor/depot_tools/bootstrap/win/git_version_bleeding_edge.txt +1 -1
- data/vendor/depot_tools/checkout.py +20 -433
- data/vendor/depot_tools/cipd +73 -0
- data/vendor/depot_tools/cipd.bat +12 -0
- data/vendor/depot_tools/cipd.ps1 +57 -0
- data/vendor/depot_tools/cipd_client_version +1 -0
- data/vendor/depot_tools/clang_format.py +9 -6
- data/vendor/depot_tools/clang_format_merge_driver +8 -0
- data/vendor/depot_tools/clang_format_merge_driver.bat +11 -0
- data/vendor/depot_tools/clang_format_merge_driver.py +67 -0
- data/vendor/depot_tools/codereview.settings +3 -2
- data/vendor/depot_tools/commit_queue.py +1 -1
- data/vendor/depot_tools/cpplint.py +2 -0
- data/vendor/depot_tools/fetch.py +1 -54
- data/vendor/depot_tools/fetch_configs/android.py +2 -2
- data/vendor/depot_tools/fetch_configs/breakpad.py +2 -3
- data/vendor/depot_tools/fetch_configs/chromium.py +2 -3
- data/vendor/depot_tools/fetch_configs/crashpad.py +2 -2
- data/vendor/depot_tools/fetch_configs/dart.py +2 -3
- data/vendor/depot_tools/fetch_configs/dartino.py +2 -3
- data/vendor/depot_tools/fetch_configs/dartium.py +2 -3
- data/vendor/depot_tools/fetch_configs/depot_tools.py +3 -6
- data/vendor/depot_tools/fetch_configs/gyp.py +2 -3
- data/vendor/depot_tools/fetch_configs/infra.py +2 -2
- data/vendor/depot_tools/fetch_configs/infra_internal.py +2 -2
- data/vendor/depot_tools/fetch_configs/ios.py +2 -2
- data/vendor/depot_tools/fetch_configs/ios_internal.py +2 -3
- data/vendor/depot_tools/fetch_configs/mojo.py +2 -3
- data/vendor/depot_tools/fetch_configs/nacl.py +2 -3
- data/vendor/depot_tools/fetch_configs/naclports.py +2 -3
- data/vendor/depot_tools/fetch_configs/pdfium.py +2 -2
- data/vendor/depot_tools/fetch_configs/skia.py +2 -2
- data/vendor/depot_tools/fetch_configs/skia_buildbot.py +2 -2
- data/vendor/depot_tools/fetch_configs/syzygy.py +2 -2
- data/vendor/depot_tools/fetch_configs/v8.py +2 -3
- data/vendor/depot_tools/fetch_configs/webrtc.py +5 -3
- data/vendor/depot_tools/fetch_configs/webrtc_android.py +2 -2
- data/vendor/depot_tools/fetch_configs/webrtc_ios.py +2 -2
- data/vendor/depot_tools/fix_encoding.py +6 -6
- data/vendor/depot_tools/gclient.py +136 -368
- data/vendor/depot_tools/gclient_scm.py +108 -647
- data/vendor/depot_tools/gclient_utils.py +22 -86
- data/vendor/depot_tools/gerrit_client.py +105 -0
- data/vendor/depot_tools/gerrit_util.py +174 -67
- data/vendor/depot_tools/git-crrev-parse +6 -7
- data/vendor/depot_tools/git-gs +1 -1
- data/vendor/depot_tools/git_cache.py +68 -18
- data/vendor/depot_tools/git_cherry_pick_upload.py +4 -4
- data/vendor/depot_tools/git_cl.py +1028 -961
- data/vendor/depot_tools/git_common.py +2 -3
- data/vendor/depot_tools/git_drover.py +0 -1
- data/vendor/depot_tools/git_footers.py +3 -43
- data/vendor/depot_tools/git_rebase_update.py +9 -1
- data/vendor/depot_tools/git_squash_branch.py +1 -1
- data/vendor/depot_tools/infra/config/cq.cfg +8 -1
- data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
- data/vendor/depot_tools/man/html/depot_tools.html +3 -11
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +9 -9
- data/vendor/depot_tools/man/html/git-cherry-pick-upload.html +2 -2
- data/vendor/depot_tools/man/html/git-drover.html +17 -17
- data/vendor/depot_tools/man/html/git-footers.html +2 -2
- data/vendor/depot_tools/man/html/git-freeze.html +4 -4
- data/vendor/depot_tools/man/html/git-hyper-blame.html +2 -2
- data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
- data/vendor/depot_tools/man/html/git-map.html +2 -2
- data/vendor/depot_tools/man/html/git-mark-merge-base.html +2 -2
- data/vendor/depot_tools/man/html/git-nav-downstream.html +2 -2
- data/vendor/depot_tools/man/html/git-nav-upstream.html +2 -2
- data/vendor/depot_tools/man/html/git-new-branch.html +2 -2
- data/vendor/depot_tools/man/html/git-rebase-update.html +2 -2
- data/vendor/depot_tools/man/html/git-rename-branch.html +2 -2
- data/vendor/depot_tools/man/html/git-reparent-branch.html +2 -2
- data/vendor/depot_tools/man/html/git-retry.html +3 -3
- data/vendor/depot_tools/man/html/git-squash-branch.html +3 -3
- data/vendor/depot_tools/man/html/git-thaw.html +2 -2
- data/vendor/depot_tools/man/html/git-upstream-diff.html +3 -3
- data/vendor/depot_tools/man/man1/git-cherry-pick-upload.1 +4 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +19 -19
- data/vendor/depot_tools/man/man1/git-footers.1 +4 -4
- data/vendor/depot_tools/man/man1/git-freeze.1 +6 -6
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map-branches.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map.1 +4 -4
- data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
- data/vendor/depot_tools/man/man1/git-nav-downstream.1 +4 -4
- data/vendor/depot_tools/man/man1/git-nav-upstream.1 +4 -4
- data/vendor/depot_tools/man/man1/git-new-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +4 -4
- data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-retry.1 +5 -5
- data/vendor/depot_tools/man/man1/git-squash-branch.1 +5 -5
- data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
- data/vendor/depot_tools/man/man1/git-upstream-diff.1 +5 -5
- data/vendor/depot_tools/man/man7/depot_tools.7 +5 -10
- data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +4 -4
- data/vendor/depot_tools/man/src/depot_tools.txt +1 -1
- data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +7 -7
- data/vendor/depot_tools/man/src/filter_demo_output.py +2 -2
- data/vendor/depot_tools/man/src/git-footers.demo.1.sh +1 -1
- data/vendor/depot_tools/man/src/git-retry.txt +1 -1
- data/vendor/depot_tools/man/src/git-squash-branch.txt +2 -2
- data/vendor/depot_tools/man/src/git-upstream-diff.txt +1 -1
- data/vendor/depot_tools/my_activity.py +6 -3
- data/vendor/depot_tools/my_reviews.py +1 -1
- data/vendor/depot_tools/ninja +2 -2
- data/vendor/depot_tools/ninja-linux32 +0 -0
- data/vendor/depot_tools/ninja-linux64 +0 -0
- data/vendor/depot_tools/ninja-mac +0 -0
- data/vendor/depot_tools/ninja.exe +0 -0
- data/vendor/depot_tools/owners.py +14 -3
- data/vendor/depot_tools/presubmit_canned_checks.py +46 -67
- data/vendor/depot_tools/presubmit_support.py +109 -371
- data/vendor/depot_tools/pylintrc +83 -56
- data/vendor/depot_tools/recipe_modules/OWNERS +1 -0
- data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +18 -9
- data/vendor/depot_tools/recipe_modules/bot_update/api.py +56 -55
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/buildbot.json +52 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +19 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +3 -7
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +2 -54
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json +56 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/{forced.json → trychange_oauth2_json.json} +6 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2_json_win.json +54 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +20 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle_deprecated.json +59 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +9 -9
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +20 -10
- data/vendor/depot_tools/recipe_modules/bot_update/example.py +45 -63
- data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +210 -807
- data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +34 -45
- data/vendor/depot_tools/recipe_modules/cipd/api.py +59 -84
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/basic.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-failed.json +14 -60
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-many-instances.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/mac64.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/win64.json +71 -117
- data/vendor/depot_tools/recipe_modules/cipd/example.py +2 -12
- data/vendor/depot_tools/recipe_modules/cipd/test_api.py +0 -9
- data/vendor/depot_tools/recipe_modules/depot_tools/api.py +6 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/example.expected/basic.json +7 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/example.expected/win.json +7 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/example.py +3 -0
- data/vendor/depot_tools/recipe_modules/gclient/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/gclient/api.py +9 -22
- data/vendor/depot_tools/recipe_modules/gclient/config.py +18 -5
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +14 -14
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/buildbot.json +211 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +16 -14
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +16 -14
- data/vendor/depot_tools/recipe_modules/gclient/example.py +13 -11
- data/vendor/depot_tools/recipe_modules/gerrit/__init__.py +6 -0
- data/vendor/depot_tools/recipe_modules/gerrit/api.py +63 -0
- data/vendor/depot_tools/recipe_modules/gerrit/example.expected/basic.json +64 -0
- data/vendor/depot_tools/recipe_modules/gerrit/example.py +35 -0
- data/vendor/depot_tools/recipe_modules/gerrit/test_api.py +24 -0
- data/vendor/depot_tools/recipe_modules/git/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/git/api.py +155 -142
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +13 -13
- data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +45 -19
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +45 -19
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +8 -8
- data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +44 -18
- data/vendor/depot_tools/recipe_modules/git/example.expected/git-cache-checkout.json +48 -22
- data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +42 -16
- data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +43 -17
- data/vendor/depot_tools/recipe_modules/git/example.py +9 -3
- data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/git_cl/api.py +8 -8
- data/vendor/depot_tools/recipe_modules/git_cl/example.py +1 -1
- data/vendor/depot_tools/recipe_modules/gsutil/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/gsutil/api.py +196 -0
- data/vendor/depot_tools/recipe_modules/gsutil/example.expected/basic.json +186 -0
- data/vendor/depot_tools/recipe_modules/gsutil/example.py +77 -0
- data/vendor/depot_tools/recipe_modules/gsutil/resources/gsutil_smart_retry.py +69 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +3 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/api.py +20 -3
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_linux.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_mac.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_win.json +3 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/example.py +6 -1
- data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +4 -6
- data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
- data/vendor/depot_tools/recipe_modules/rietveld/api.py +12 -9
- data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +2 -24
- data/vendor/depot_tools/recipe_modules/rietveld/example.expected/buildbot.json +30 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.py +12 -6
- data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/tryserver/api.py +46 -70
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/set_failure_hash_with_no_steps.json +8 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/{with_svn_patch.json → with_gerrit_patch.json} +1 -31
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json +39 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +2 -2
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch_luci.json +8 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +3 -3
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +3 -3
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +1 -1
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +1 -1
- data/vendor/depot_tools/recipe_modules/tryserver/example.py +35 -5
- data/vendor/depot_tools/recipes.py +52 -28
- data/vendor/depot_tools/repo +216 -69
- data/vendor/depot_tools/rietveld.py +20 -15
- data/vendor/depot_tools/roll_dep.py +1 -1
- data/vendor/depot_tools/scm.py +11 -826
- data/vendor/depot_tools/subprocess2.py +5 -5
- data/vendor/depot_tools/third_party/cq_client/README.depot_tools.md +2 -0
- data/vendor/depot_tools/third_party/cq_client/README.md +5 -1
- data/vendor/depot_tools/third_party/cq_client/cq.pb.go +183 -104
- data/vendor/depot_tools/third_party/cq_client/cq.proto +43 -27
- data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +95 -29
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_both.cfg +67 -0
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +1 -2
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_rietveld.cfg +0 -3
- data/vendor/depot_tools/third_party/upload.py +44 -24
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +0 -5
- metadata +38 -93
- data/patches/0004-Reinterpret-thread-hash-for-FreeBSD-too.patch +0 -25
- data/vendor/depot_tools/git-auto-svn +0 -6
- data/vendor/depot_tools/git_auto_svn.py +0 -122
- data/vendor/depot_tools/man/html/git-auto-svn.html +0 -837
- data/vendor/depot_tools/man/man1/git-auto-svn.1 +0 -113
- data/vendor/depot_tools/man/src/_git-auto-svn_desc.helper.txt +0 -1
- data/vendor/depot_tools/man/src/git-auto-svn.txt +0 -69
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +0 -43
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/install-failed.json +0 -31
- data/vendor/depot_tools/recipe_modules/cipd/resources/bootstrap.py +0 -218
- data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +0 -7
- data/vendor/depot_tools/third_party/gsutil/CHECKSUM +0 -1
- data/vendor/depot_tools/third_party/gsutil/COPYING +0 -202
- data/vendor/depot_tools/third_party/gsutil/LICENSE.third_party +0 -295
- data/vendor/depot_tools/third_party/gsutil/MANIFEST.in +0 -5
- data/vendor/depot_tools/third_party/gsutil/README +0 -38
- data/vendor/depot_tools/third_party/gsutil/README.chromium +0 -25
- data/vendor/depot_tools/third_party/gsutil/README.pkg +0 -49
- data/vendor/depot_tools/third_party/gsutil/ReleaseNotes.txt +0 -825
- data/vendor/depot_tools/third_party/gsutil/VERSION +0 -1
- data/vendor/depot_tools/third_party/gsutil/gslib/README +0 -5
- data/vendor/depot_tools/third_party/gsutil/gslib/__init__.py +0 -22
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/__init__.py +0 -15
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/acls.py +0 -234
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/anon.py +0 -57
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/command_opts.py +0 -116
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/dev.py +0 -139
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/metadata.py +0 -186
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/naming.py +0 -173
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/prod.py +0 -160
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/projects.py +0 -130
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/subdirs.py +0 -110
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/support.py +0 -86
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/versioning.py +0 -242
- data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/wildcards.py +0 -170
- data/vendor/depot_tools/third_party/gsutil/gslib/bucket_listing_ref.py +0 -175
- data/vendor/depot_tools/third_party/gsutil/gslib/command.py +0 -725
- data/vendor/depot_tools/third_party/gsutil/gslib/command_runner.py +0 -102
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/__init__.py +0 -15
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/cat.py +0 -131
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/chacl.py +0 -523
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/config.py +0 -662
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/cp.py +0 -1819
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/disablelogging.py +0 -101
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/enablelogging.py +0 -149
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getacl.py +0 -82
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getcors.py +0 -121
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getdefacl.py +0 -86
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getlogging.py +0 -137
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getversioning.py +0 -116
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/getwebcfg.py +0 -122
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/help.py +0 -218
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/ls.py +0 -578
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/mb.py +0 -172
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/mv.py +0 -159
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/perfdiag.py +0 -903
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/rb.py +0 -113
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/rm.py +0 -237
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setacl.py +0 -138
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setcors.py +0 -145
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setdefacl.py +0 -105
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setmeta.py +0 -420
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setversioning.py +0 -114
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/setwebcfg.py +0 -190
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/update.py +0 -305
- data/vendor/depot_tools/third_party/gsutil/gslib/commands/version.py +0 -150
- data/vendor/depot_tools/third_party/gsutil/gslib/exception.py +0 -76
- data/vendor/depot_tools/third_party/gsutil/gslib/help_provider.py +0 -81
- data/vendor/depot_tools/third_party/gsutil/gslib/name_expansion.py +0 -550
- data/vendor/depot_tools/third_party/gsutil/gslib/no_op_auth_plugin.py +0 -30
- data/vendor/depot_tools/third_party/gsutil/gslib/plurality_checkable_iterator.py +0 -56
- data/vendor/depot_tools/third_party/gsutil/gslib/project_id.py +0 -67
- data/vendor/depot_tools/third_party/gsutil/gslib/storage_uri_builder.py +0 -56
- data/vendor/depot_tools/third_party/gsutil/gslib/thread_pool.py +0 -79
- data/vendor/depot_tools/third_party/gsutil/gslib/util.py +0 -167
- data/vendor/depot_tools/third_party/gsutil/gslib/wildcard_iterator.py +0 -498
- data/vendor/depot_tools/third_party/gsutil/gsutil +0 -384
- data/vendor/depot_tools/third_party/gsutil/gsutil.spec.in +0 -75
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/__init__.py +0 -22
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_client.py +0 -630
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_client_test.py +0 -374
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_helper.py +0 -103
- data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_plugin.py +0 -24
- data/vendor/depot_tools/third_party/gsutil/pkg_util.py +0 -60
- data/vendor/depot_tools/third_party/gsutil/plugins/__init__.py +0 -0
- data/vendor/depot_tools/third_party/gsutil/plugins/sso_auth.py +0 -105
@@ -424,7 +424,7 @@ def freeze():
|
|
424
424
|
depot_tools from freezing your in-progress changes.
|
425
425
|
|
426
426
|
You should add untracked data that you want to ignore to your repo's
|
427
|
-
.git/info/
|
427
|
+
.git/info/exclude
|
428
428
|
file. See `git help ignore` for the format of this file.
|
429
429
|
|
430
430
|
If this data is indended as part of your commit, you may adjust the
|
@@ -810,7 +810,7 @@ def status():
|
|
810
810
|
|
811
811
|
|
812
812
|
def squash_current_branch(header=None, merge_base=None):
|
813
|
-
header = header or 'git squash commit.'
|
813
|
+
header = header or 'git squash commit for %s.' % current_branch()
|
814
814
|
merge_base = merge_base or get_or_create_merge_base(current_branch())
|
815
815
|
log_msg = header + '\n'
|
816
816
|
if log_msg:
|
@@ -1007,7 +1007,6 @@ def make_workdir(repository, new_workdir):
|
|
1007
1007
|
'refs',
|
1008
1008
|
'remotes',
|
1009
1009
|
'rr-cache',
|
1010
|
-
'svn'
|
1011
1010
|
]
|
1012
1011
|
make_workdir_common(repository, new_workdir, GIT_DIRECTORY_WHITELIST,
|
1013
1012
|
['HEAD'])
|
@@ -14,8 +14,7 @@ import git_common as git
|
|
14
14
|
|
15
15
|
|
16
16
|
FOOTER_PATTERN = re.compile(r'^\s*([\w-]+): (.*)$')
|
17
|
-
CHROME_COMMIT_POSITION_PATTERN = re.compile(r'^([\w
|
18
|
-
GIT_SVN_ID_PATTERN = re.compile('^([^\s@]+)@(\d+)')
|
17
|
+
CHROME_COMMIT_POSITION_PATTERN = re.compile(r'^([\w/\-\.]+)@{#(\d+)}$')
|
19
18
|
|
20
19
|
|
21
20
|
def normalize_name(header):
|
@@ -68,20 +67,6 @@ def split_footers(message):
|
|
68
67
|
return message_lines[:-len(footer_lines)], footer_lines, footers
|
69
68
|
|
70
69
|
|
71
|
-
def get_footer_svn_id(branch=None):
|
72
|
-
if not branch:
|
73
|
-
branch = git.root()
|
74
|
-
svn_id = None
|
75
|
-
message = git.run('log', '-1', '--format=%B', branch)
|
76
|
-
footers = parse_footers(message)
|
77
|
-
git_svn_id = get_unique(footers, 'git-svn-id')
|
78
|
-
if git_svn_id:
|
79
|
-
match = GIT_SVN_ID_PATTERN.match(git_svn_id)
|
80
|
-
if match:
|
81
|
-
svn_id = match.group(1)
|
82
|
-
return svn_id
|
83
|
-
|
84
|
-
|
85
70
|
def get_footer_change_id(message):
|
86
71
|
"""Returns a list of Gerrit's ChangeId from given commit message."""
|
87
72
|
return parse_footers(message).get(normalize_name('Change-Id'), [])
|
@@ -98,6 +83,7 @@ def add_footer_change_id(message, change_id):
|
|
98
83
|
return add_footer(message, 'Change-Id', change_id,
|
99
84
|
after_keys=['Bug', 'Issue', 'Test', 'Feature'])
|
100
85
|
|
86
|
+
|
101
87
|
def add_footer(message, key, value, after_keys=None):
|
102
88
|
"""Returns a message with given footer appended.
|
103
89
|
|
@@ -150,9 +136,7 @@ def get_position(footers):
|
|
150
136
|
|
151
137
|
Cr-Commit-Position: refs/heads/master@{#292272}
|
152
138
|
|
153
|
-
would give the return value ('refs/heads/master', 292272).
|
154
|
-
Cr-Commit-Position is not defined, we try to infer the ref and position
|
155
|
-
from git-svn-id. The position number can be None if it was not inferrable.
|
139
|
+
would give the return value ('refs/heads/master', 292272).
|
156
140
|
"""
|
157
141
|
|
158
142
|
position = get_unique(footers, 'Cr-Commit-Position')
|
@@ -161,29 +145,6 @@ def get_position(footers):
|
|
161
145
|
assert match, 'Invalid Cr-Commit-Position value: %s' % position
|
162
146
|
return (match.group(1), match.group(2))
|
163
147
|
|
164
|
-
svn_commit = get_unique(footers, 'git-svn-id')
|
165
|
-
if svn_commit:
|
166
|
-
match = GIT_SVN_ID_PATTERN.match(svn_commit)
|
167
|
-
assert match, 'Invalid git-svn-id value: %s' % svn_commit
|
168
|
-
# V8 has different semantics than Chromium.
|
169
|
-
if re.match(r'.*https?://v8\.googlecode\.com/svn/trunk',
|
170
|
-
match.group(1)):
|
171
|
-
return ('refs/heads/candidates', match.group(2))
|
172
|
-
if re.match(r'.*https?://v8\.googlecode\.com/svn/branches/bleeding_edge',
|
173
|
-
match.group(1)):
|
174
|
-
return ('refs/heads/master', match.group(2))
|
175
|
-
|
176
|
-
# Assume that any trunk svn revision will match the commit-position
|
177
|
-
# semantics.
|
178
|
-
if re.match('.*/trunk.*$', match.group(1)):
|
179
|
-
return ('refs/heads/master', match.group(2))
|
180
|
-
|
181
|
-
# But for now only support faking branch-heads for chrome.
|
182
|
-
branch_match = re.match('.*/chrome/branches/([\w/-]+)/src$', match.group(1))
|
183
|
-
if branch_match:
|
184
|
-
# svn commit numbers do not map to branches.
|
185
|
-
return ('refs/branch-heads/%s' % branch_match.group(1), None)
|
186
|
-
|
187
148
|
raise ValueError('Unable to infer commit position from footers')
|
188
149
|
|
189
150
|
|
@@ -203,7 +164,6 @@ def main(args):
|
|
203
164
|
g.add_argument('--position-num', action='store_true')
|
204
165
|
g.add_argument('--json', help="filename to dump JSON serialized headers to.")
|
205
166
|
|
206
|
-
|
207
167
|
opts = parser.parse_args(args)
|
208
168
|
|
209
169
|
if opts.ref:
|
@@ -311,8 +311,16 @@ def main(args=None):
|
|
311
311
|
% (return_branch, root_branch)
|
312
312
|
)
|
313
313
|
git.run('checkout', root_branch)
|
314
|
+
|
315
|
+
# return_workdir may also not be there any more.
|
314
316
|
if return_workdir:
|
315
|
-
|
317
|
+
try:
|
318
|
+
os.chdir(return_workdir)
|
319
|
+
except OSError as e:
|
320
|
+
print (
|
321
|
+
"Unable to return to original workdir %r: %s"
|
322
|
+
% (return_workdir, e)
|
323
|
+
)
|
316
324
|
git.set_config(STARTING_BRANCH_KEY, '')
|
317
325
|
git.set_config(STARTING_WORKDIR_KEY, '')
|
318
326
|
|
@@ -11,7 +11,7 @@ import git_common
|
|
11
11
|
def main(args):
|
12
12
|
parser = argparse.ArgumentParser()
|
13
13
|
parser.add_argument(
|
14
|
-
'-m', '--message', metavar='<msg>', default=
|
14
|
+
'-m', '--message', metavar='<msg>', default=None,
|
15
15
|
help='Use the given <msg> as the first line of the commit message.')
|
16
16
|
opts = parser.parse_args(args)
|
17
17
|
if git_common.is_dirty_git_tree('squash-branch'):
|
@@ -16,12 +16,19 @@ verifiers {
|
|
16
16
|
committer_list: "project-infra-committers"
|
17
17
|
dry_run_access_list: "project-infra-tryjob-access"
|
18
18
|
}
|
19
|
+
gerrit_cq_ability {
|
20
|
+
committer_list: "project-infra-committers"
|
21
|
+
dry_run_access_list: "project-infra-tryjob-access"
|
22
|
+
}
|
19
23
|
|
20
24
|
try_job {
|
21
25
|
buckets {
|
22
26
|
name: "luci.infra.try"
|
23
27
|
builders { name: "Depot Tools Presubmit" }
|
24
|
-
builders {
|
28
|
+
builders {
|
29
|
+
name: "Recipe Roll Downstream Tester"
|
30
|
+
experiment_percentage: 100
|
31
|
+
}
|
25
32
|
}
|
26
33
|
}
|
27
34
|
}
|
@@ -756,12 +756,12 @@ depot_tools(7) Manual Page
|
|
756
756
|
<div class="sectionbody">
|
757
757
|
<div class="paragraph"><p>The Chromium depot_tools suite contains many tools to assist/augment the
|
758
758
|
Chromium development environment. The tools may be downloaded from
|
759
|
-
<a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div>
|
759
|
+
<a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
760
760
|
<div class="paragraph"><p>There are two primary categories of tools. Some of these tools are <em>essential</em>
|
761
761
|
to the development flow, in the sense that you cannot successfully develop
|
762
762
|
Chromium without them.</p></div>
|
763
763
|
<div class="paragraph"><p>Other tools are merely <em>helper</em> tools. Not required, but they can substantially
|
764
|
-
ease the
|
764
|
+
ease the development workflow.</p></div>
|
765
765
|
<div class="paragraph"><p>A listing of both categories of tools follows.</p></div>
|
766
766
|
</div>
|
767
767
|
</div>
|
@@ -771,14 +771,6 @@ ease the develpment workflow.</p></div>
|
|
771
771
|
<div class="paragraph"><p>A tutorial for these tools can be found at <a href="depot_tools_tutorial.html">depot_tools_tutorial(7)</a>.</p></div>
|
772
772
|
<div class="dlist"><dl>
|
773
773
|
<dt class="hdlist1">
|
774
|
-
<a href="git-auto-svn.html">git-auto-svn(1)</a>
|
775
|
-
</dt>
|
776
|
-
<dd>
|
777
|
-
<p>
|
778
|
-
Automatically set up git-svn metadata for a repo mirrored from SVN.
|
779
|
-
</p>
|
780
|
-
</dd>
|
781
|
-
<dt class="hdlist1">
|
782
774
|
<a href="git-cherry-pick-upload.html">git-cherry-pick-upload(1)</a>
|
783
775
|
</dt>
|
784
776
|
<dd>
|
@@ -935,7 +927,7 @@ Print a diff of the current branch, compared to its upstream.
|
|
935
927
|
<div id="footnotes"><hr /></div>
|
936
928
|
<div id="footer">
|
937
929
|
<div id="footer-text">
|
938
|
-
Last updated 2016-
|
930
|
+
Last updated 2016-12-15 15:36:52 PST
|
939
931
|
</div>
|
940
932
|
</div>
|
941
933
|
</body>
|
@@ -898,8 +898,8 @@ extract the hidden “.git” folder which is necessary for <em>depot_to
|
|
898
898
|
autoupdate itself. You can use “Extract all…” from the context menu though.</td>
|
899
899
|
</tr></table>
|
900
900
|
</div>
|
901
|
-
<div class="paragraph"><p>Add <em>depot_tools</em> to the <em>
|
902
|
-
bundle to <code>C:\workspace\depot_tools</code>:</p></div>
|
901
|
+
<div class="paragraph"><p>Add <em>depot_tools</em> to the <em>start</em> of your PATH (must be ahead of any installs of
|
902
|
+
Python). Assuming you unzipped the bundle to <code>C:\workspace\depot_tools</code>:</p></div>
|
903
903
|
<div class="dlist"><dl>
|
904
904
|
<dt class="hdlist1">
|
905
905
|
With Administrator access:
|
@@ -917,7 +917,7 @@ Without Administrator access:
|
|
917
917
|
<p>
|
918
918
|
<strong>Control Panel → User Accounts → User Accounts → Change my environment variables</strong>
|
919
919
|
</p>
|
920
|
-
<div class="paragraph"><p>Add a PATH user variable: <code
|
920
|
+
<div class="paragraph"><p>Add a PATH user variable: <code>C:\workspace\depot_tools;%PATH%</code>.</p></div>
|
921
921
|
</dd>
|
922
922
|
</dl></div>
|
923
923
|
<div class="paragraph"><p>From a <code>cmd.exe</code> shell, run the command <code>gclient</code> (without arguments). On first
|
@@ -946,10 +946,10 @@ If you see strange errors with the file system on the first run of gclient,
|
|
946
946
|
</li>
|
947
947
|
<li>
|
948
948
|
<p>
|
949
|
-
|
950
|
-
the
|
951
|
-
|
952
|
-
|
949
|
+
After running gclient open a command prompt and type <code>where python</code> and confirm that
|
950
|
+
the depot_tools python.bat comes ahead of any copies of python.exe. Failing to ensure
|
951
|
+
this can lead to overbuilding when using gn - see
|
952
|
+
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=611087">crbug.com/611087</a>.
|
953
953
|
</p>
|
954
954
|
</li>
|
955
955
|
</ul></div>
|
@@ -1573,14 +1573,14 @@ LKGR
|
|
1573
1573
|
<div class="sectionbody">
|
1574
1574
|
<div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to
|
1575
1575
|
assist with the development of chromium and related projects. Download the tools
|
1576
|
-
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div>
|
1576
|
+
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
1577
1577
|
</div>
|
1578
1578
|
</div>
|
1579
1579
|
</div>
|
1580
1580
|
<div id="footnotes"><hr /></div>
|
1581
1581
|
<div id="footer">
|
1582
1582
|
<div id="footer-text">
|
1583
|
-
Last updated 2016-
|
1583
|
+
Last updated 2016-12-15 15:36:52 PST
|
1584
1584
|
</div>
|
1585
1585
|
</div>
|
1586
1586
|
</body>
|
@@ -801,14 +801,14 @@ Finalizing upload: OK
|
|
801
801
|
<div class="sectionbody">
|
802
802
|
<div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to
|
803
803
|
assist with the development of chromium and related projects. Download the tools
|
804
|
-
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div>
|
804
|
+
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
805
805
|
</div>
|
806
806
|
</div>
|
807
807
|
</div>
|
808
808
|
<div id="footnotes"><hr /></div>
|
809
809
|
<div id="footer">
|
810
810
|
<div id="footer-text">
|
811
|
-
Last updated 2016-
|
811
|
+
Last updated 2016-12-15 15:36:52 PST
|
812
812
|
</div>
|
813
813
|
</div>
|
814
814
|
</body>
|
@@ -858,7 +858,7 @@ at least once to fetch the branches.</p></div>
|
|
858
858
|
<h4 id="_merge_example">Merge Example</h4>
|
859
859
|
<div class="paragraph"><p></p></div><div class="listingblock"><div class="content"><pre><code># Here's a commit (from some.committer) that we want to 'drover'.
|
860
860
|
<span style="font-weight: bold; color: #ffffff">$ git log -n 1 --pretty=fuller</span>
|
861
|
-
<span style="color: #e7e71c">commit
|
861
|
+
<span style="color: #e7e71c">commit 3b3f7e1631a521457357228c2048e647c60e67bd</span>
|
862
862
|
Author: some.committer <some.committer@chromium.org>
|
863
863
|
AuthorDate: Thu Apr 10 08:54:46 2014 +0000
|
864
864
|
Commit: some.committer <some.committer@chromium.org>
|
@@ -867,10 +867,10 @@ CommitDate: Thu Apr 10 08:54:46 2014 +0000
|
|
867
867
|
This change needs to go to branch 9999
|
868
868
|
|
869
869
|
# Now do the 'drover'.
|
870
|
-
<span style="font-weight: bold; color: #ffffff">$ git drover --branch 9999 --cherry-pick
|
870
|
+
<span style="font-weight: bold; color: #ffffff">$ git drover --branch 9999 --cherry-pick 3b3f7e1631a521457357228c2048e647c60e67bd</span>
|
871
871
|
Going to cherry-pick
|
872
872
|
"""
|
873
|
-
<span style="color: #e7e71c">commit
|
873
|
+
<span style="color: #e7e71c">commit 3b3f7e1631a521457357228c2048e647c60e67bd</span>
|
874
874
|
Author: some.committer <some.committer@chromium.org>
|
875
875
|
Date: Thu Apr 10 08:54:46 2014 +0000
|
876
876
|
|
@@ -888,7 +888,7 @@ About to land on 9999. Continue (y/n)? y
|
|
888
888
|
<h4 id="_merge_with_conflicts_example">Merge with Conflicts Example</h4>
|
889
889
|
<div class="paragraph"><p></p></div><div class="listingblock"><div class="content"><pre><code># Here's a commit (from some.committer) that we want to 'drover'.
|
890
890
|
<span style="font-weight: bold; color: #ffffff">$ git log -n 1 --pretty=fuller</span>
|
891
|
-
<span style="color: #e7e71c">commit
|
891
|
+
<span style="color: #e7e71c">commit 28f2d8f22642366b09afa8ea2d4ef6ea6de2f662</span>
|
892
892
|
Author: some.committer <some.committer@chromium.org>
|
893
893
|
AuthorDate: Thu Apr 10 08:54:46 2014 +0000
|
894
894
|
Commit: some.committer <some.committer@chromium.org>
|
@@ -897,10 +897,10 @@ CommitDate: Thu Apr 10 08:54:46 2014 +0000
|
|
897
897
|
This change needs to go to branch 9999
|
898
898
|
|
899
899
|
# Now do the 'drover'.
|
900
|
-
<span style="font-weight: bold; color: #ffffff">$ git drover --branch 9999 --cherry-pick
|
900
|
+
<span style="font-weight: bold; color: #ffffff">$ git drover --branch 9999 --cherry-pick 28f2d8f22642366b09afa8ea2d4ef6ea6de2f662</span>
|
901
901
|
Going to cherry-pick
|
902
902
|
"""
|
903
|
-
<span style="color: #e7e71c">commit
|
903
|
+
<span style="color: #e7e71c">commit 28f2d8f22642366b09afa8ea2d4ef6ea6de2f662</span>
|
904
904
|
Author: some.committer <some.committer@chromium.org>
|
905
905
|
Date: Thu Apr 10 08:54:46 2014 +0000
|
906
906
|
|
@@ -942,24 +942,24 @@ Branch drover_9999 set up to track remote ref refs/branch-heads/9999.
|
|
942
942
|
|
943
943
|
# Here's the commit we want to revert.
|
944
944
|
<span style="font-weight: bold; color: #ffffff">$ git log -n 1</span>
|
945
|
-
<span style="color: #e7e71c">commit
|
945
|
+
<span style="color: #e7e71c">commit 302334dbd2dca060814ffd3567808f2beafbf647</span>
|
946
946
|
Author: some.committer <some.committer@chromium.org>
|
947
947
|
Date: Thu Apr 10 08:54:46 2014 +0000
|
948
948
|
|
949
949
|
This change is horribly broken.
|
950
950
|
|
951
951
|
# Now do the revert.
|
952
|
-
<span style="font-weight: bold; color: #ffffff">$ git revert
|
952
|
+
<span style="font-weight: bold; color: #ffffff">$ git revert 302334dbd2dca060814ffd3567808f2beafbf647</span>
|
953
953
|
|
954
954
|
# That reverted the change and committed the revert.
|
955
955
|
<span style="font-weight: bold; color: #ffffff">$ git log -n 1</span>
|
956
|
-
<span style="color: #e7e71c">commit
|
956
|
+
<span style="color: #e7e71c">commit dd4742441d71cf2b8f403ff9ca819b3201de3c5b</span>
|
957
957
|
Author: you <you@chromium.org>
|
958
958
|
Date: Thu Apr 10 09:11:36 2014 +0000
|
959
959
|
|
960
960
|
Revert "This change is horribly broken."
|
961
961
|
|
962
|
-
This reverts commit
|
962
|
+
This reverts commit 302334dbd2dca060814ffd3567808f2beafbf647.
|
963
963
|
|
964
964
|
# As with old drover, reverts are generally OK to commit without LGTM.
|
965
965
|
<span style="font-weight: bold; color: #ffffff">$ git cl upload -r some.committer@chromium.org --send-mail</span>
|
@@ -974,7 +974,7 @@ Using 50% similarity for rename/copy detection. Override with --similarity.
|
|
974
974
|
|
975
975
|
# Here's a commit (from some.committer) that we want to 'drover'.
|
976
976
|
<span style="font-weight: bold; color: #ffffff">$ git log -n 1 --pretty=fuller</span>
|
977
|
-
<span style="color: #e7e71c">commit
|
977
|
+
<span style="color: #e7e71c">commit 441c947b3ff6e1d6b9036d67926011fbea92724f</span>
|
978
978
|
Author: some.committer <some.committer@chromium.org>
|
979
979
|
AuthorDate: Thu Apr 10 08:54:46 2014 +0000
|
980
980
|
Commit: some.committer <some.committer@chromium.org>
|
@@ -988,8 +988,8 @@ Branch drover_9999 set up to track remote ref refs/branch-heads/9999.
|
|
988
988
|
|
989
989
|
# Now do the 'drover'.
|
990
990
|
# IMPORTANT!!! Do Not leave off the '-x' flag
|
991
|
-
<span style="font-weight: bold; color: #ffffff">$ git cherry-pick -x
|
992
|
-
[drover_9999
|
991
|
+
<span style="font-weight: bold; color: #ffffff">$ git cherry-pick -x 441c947b3ff6e1d6b9036d67926011fbea92724f</span>
|
992
|
+
[drover_9999 c7b0d40] This change needs to go to branch 9999
|
993
993
|
Author: some.committer <some.committer@chromium.org>
|
994
994
|
Date: Thu Apr 10 08:54:46 2014 +0000
|
995
995
|
1 file changed, 1 insertion(+)
|
@@ -998,7 +998,7 @@ Branch drover_9999 set up to track remote ref refs/branch-heads/9999.
|
|
998
998
|
# That took the code authored by some.committer and committed it to
|
999
999
|
# the branch by the person who drovered it (i.e. you).
|
1000
1000
|
<span style="font-weight: bold; color: #ffffff">$ git log -n 1 --pretty=fuller</span>
|
1001
|
-
<span style="color: #e7e71c">commit
|
1001
|
+
<span style="color: #e7e71c">commit c7b0d40c9f5793a27043688183a48597e656adcc</span>
|
1002
1002
|
Author: some.committer <some.committer@chromium.org>
|
1003
1003
|
AuthorDate: Thu Apr 10 08:54:46 2014 +0000
|
1004
1004
|
Commit: you <you@chromium.org>
|
@@ -1006,7 +1006,7 @@ CommitDate: Thu Apr 10 09:11:36 2014 +0000
|
|
1006
1006
|
|
1007
1007
|
This change needs to go to branch 9999
|
1008
1008
|
|
1009
|
-
(cherry picked from commit
|
1009
|
+
(cherry picked from commit 441c947b3ff6e1d6b9036d67926011fbea92724f)
|
1010
1010
|
|
1011
1011
|
# Looks good. Ship it!
|
1012
1012
|
<span style="font-weight: bold; color: #ffffff">$ git cl upload</span>
|
@@ -1030,14 +1030,14 @@ Using 50% similarity for rename/copy detection. Override with --similarity.
|
|
1030
1030
|
<div class="sectionbody">
|
1031
1031
|
<div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to
|
1032
1032
|
assist with the development of chromium and related projects. Download the tools
|
1033
|
-
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div>
|
1033
|
+
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
1034
1034
|
</div>
|
1035
1035
|
</div>
|
1036
1036
|
</div>
|
1037
1037
|
<div id="footnotes"><hr /></div>
|
1038
1038
|
<div id="footer">
|
1039
1039
|
<div id="footer-text">
|
1040
|
-
Last updated 2016-
|
1040
|
+
Last updated 2016-12-15 15:36:52 PST
|
1041
1041
|
</div>
|
1042
1042
|
</div>
|
1043
1043
|
</body>
|
@@ -864,14 +864,14 @@ refs/heads/master
|
|
864
864
|
<div class="sectionbody">
|
865
865
|
<div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to
|
866
866
|
assist with the development of chromium and related projects. Download the tools
|
867
|
-
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div>
|
867
|
+
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
868
868
|
</div>
|
869
869
|
</div>
|
870
870
|
</div>
|
871
871
|
<div id="footnotes"><hr /></div>
|
872
872
|
<div id="footer">
|
873
873
|
<div id="footer-text">
|
874
|
-
Last updated 2016-
|
874
|
+
Last updated 2016-12-15 15:36:52 PST
|
875
875
|
</div>
|
876
876
|
</div>
|
877
877
|
</body>
|
@@ -790,7 +790,7 @@ time you ran git freeze (freshly modified files, new files, etc.).</p></div>
|
|
790
790
|
<span style="font-weight: bold; color: #ffffff">$ git freeze</span>
|
791
791
|
<span style="font-weight: bold; color: #ffffff">$ git status --short</span>
|
792
792
|
<span style="font-weight: bold; color: #ffffff">$ git log -n 2 --stat</span>
|
793
|
-
<span style="color: #e7e71c">commit
|
793
|
+
<span style="color: #e7e71c">commit c819cf561064339cde3dff88311c4fa63ce35d5c</span>
|
794
794
|
Author: local <local@chromium.org>
|
795
795
|
Date: Thu Apr 10 08:54:56 2014 +0000
|
796
796
|
|
@@ -802,7 +802,7 @@ Date: Thu Apr 10 08:54:56 2014 +0000
|
|
802
802
|
unstaged_deleted_file | 1 <span style="color: #e42e16">-</span>
|
803
803
|
4 files changed, 2 insertions(+), 1 deletion(-)
|
804
804
|
|
805
|
-
<span style="color: #e7e71c">commit
|
805
|
+
<span style="color: #e7e71c">commit 5ab592982f141dd6857ee2ddd4aa5b97e2c13746</span>
|
806
806
|
Author: local <local@chromium.org>
|
807
807
|
Date: Thu Apr 10 08:54:56 2014 +0000
|
808
808
|
|
@@ -845,14 +845,14 @@ limit disables the size-limit check entirely. <strong>100</strong> by default.</
|
|
845
845
|
<div class="sectionbody">
|
846
846
|
<div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to
|
847
847
|
assist with the development of chromium and related projects. Download the tools
|
848
|
-
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div>
|
848
|
+
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
849
849
|
</div>
|
850
850
|
</div>
|
851
851
|
</div>
|
852
852
|
<div id="footnotes"><hr /></div>
|
853
853
|
<div id="footer">
|
854
854
|
<div id="footer-text">
|
855
|
-
Last updated 2016-
|
855
|
+
Last updated 2016-12-15 15:36:52 PST
|
856
856
|
</div>
|
857
857
|
</div>
|
858
858
|
</body>
|