libv8 4.5.95.5 → 5.0.71.48.0beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +45 -19
- data/CHANGELOG.md +14 -0
- data/README.md +30 -15
- data/Rakefile +7 -6
- data/ext/libv8/arch.rb +5 -4
- data/ext/libv8/builder.rb +25 -19
- data/ext/libv8/compiler.rb +6 -33
- data/ext/libv8/location.rb +7 -8
- data/lib/libv8/version.rb +1 -1
- data/libv8.gemspec +1 -1
- data/patches/build-standalone-static-library.patch +14 -0
- data/patches/disable-building-tests.patch +48 -10
- data/patches/fPIC-for-static.patch +3 -3
- data/release/x86-linux/Vagrantfile +8 -4
- data/release/x86_64-freebsd10/Vagrantfile +86 -0
- data/release/x86_64-linux/Vagrantfile +8 -4
- data/spec/compiler_spec.rb +5 -29
- data/spec/support/compiler_helpers.rb +2 -4
- data/vendor/depot_tools/.gitignore +15 -3
- data/vendor/depot_tools/OWNERS +2 -2
- data/vendor/depot_tools/PRESUBMIT.py +4 -2
- data/vendor/depot_tools/WATCHLISTS +6 -0
- data/vendor/depot_tools/apply_issue.py +70 -38
- data/vendor/depot_tools/bootstrap/win/README.md +66 -0
- data/vendor/depot_tools/bootstrap/win/git-bash.template.sh +12 -0
- data/vendor/depot_tools/bootstrap/win/git.template.bat +5 -0
- data/vendor/depot_tools/bootstrap/win/profile.d.python.sh +20 -0
- data/vendor/depot_tools/bootstrap/win/win_tools.bat +96 -45
- data/vendor/depot_tools/breakpad.py +6 -141
- data/vendor/depot_tools/buildbucket.py +45 -31
- data/vendor/depot_tools/cbuildbot +1 -0
- data/vendor/depot_tools/checkout.py +2 -1
- data/vendor/depot_tools/chrome_set_ver +1 -0
- data/vendor/depot_tools/cit +8 -0
- data/vendor/depot_tools/cit.bat +11 -0
- data/vendor/depot_tools/cit.py +120 -0
- data/vendor/depot_tools/codereview.settings +0 -2
- data/vendor/depot_tools/commit_queue +1 -5
- data/vendor/depot_tools/commit_queue.bat +1 -4
- data/vendor/depot_tools/commit_queue.py +78 -29
- data/vendor/depot_tools/cpplint.py +22 -14
- data/vendor/depot_tools/cros +1 -0
- data/vendor/depot_tools/cros_sdk +1 -0
- data/vendor/depot_tools/depot-tools-auth.py +3 -3
- data/vendor/depot_tools/download_from_google_storage.py +101 -21
- data/vendor/depot_tools/drover.py +2 -3
- data/vendor/depot_tools/fetch.py +31 -27
- data/vendor/depot_tools/{recipes → fetch_configs}/android.py +4 -4
- data/vendor/depot_tools/fetch_configs/breakpad.py +45 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/chromium.py +3 -3
- data/vendor/depot_tools/{recipes/recipe_util.py → fetch_configs/config_util.py} +3 -3
- data/vendor/depot_tools/fetch_configs/crashpad.py +41 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/dart.py +3 -3
- data/vendor/depot_tools/{recipes/pdfium.py → fetch_configs/dartino.py} +14 -13
- data/vendor/depot_tools/{recipes → fetch_configs}/dartium.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/depot_tools.py +3 -3
- data/vendor/depot_tools/fetch_configs/gyp.py +42 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/infra.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/infra_internal.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/ios.py +4 -4
- data/vendor/depot_tools/{recipes → fetch_configs}/mojo.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/nacl.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/naclports.py +3 -3
- data/vendor/depot_tools/fetch_configs/pdfium.py +40 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/skia.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/skia_buildbot.py +3 -3
- data/vendor/depot_tools/fetch_configs/syzygy.py +41 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/v8.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_android.py +4 -4
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_ios.py +4 -4
- data/vendor/depot_tools/fix_encoding.py +6 -6
- data/vendor/depot_tools/gcl.py +11 -21
- data/vendor/depot_tools/gclient +10 -0
- data/vendor/depot_tools/gclient-new-workdir.py +7 -38
- data/vendor/depot_tools/gclient.bat +2 -2
- data/vendor/depot_tools/gclient.py +85 -65
- data/vendor/depot_tools/gclient_scm.py +83 -10
- data/vendor/depot_tools/gclient_utils.py +5 -1
- data/vendor/depot_tools/gerrit_util.py +243 -26
- data/vendor/depot_tools/git-auto-svn +1 -1
- data/vendor/depot_tools/git-cache +1 -1
- data/vendor/depot_tools/git-cherry-pick-upload +1 -1
- data/vendor/depot_tools/git-cl +1 -1
- data/vendor/depot_tools/git-drover +6 -0
- data/vendor/depot_tools/git-find-releases +6 -0
- data/vendor/depot_tools/git-footers +1 -1
- data/vendor/depot_tools/git-freeze +1 -1
- data/vendor/depot_tools/git-gs +1 -1
- data/vendor/depot_tools/git-hyper-blame +6 -0
- data/vendor/depot_tools/git-map +1 -1
- data/vendor/depot_tools/git-map-branches +1 -1
- data/vendor/depot_tools/git-mark-merge-base +1 -1
- data/vendor/depot_tools/git-nav-downstream +1 -1
- data/vendor/depot_tools/git-new-branch +1 -1
- data/vendor/depot_tools/git-number +1 -1
- data/vendor/depot_tools/git-rebase-update +1 -1
- data/vendor/depot_tools/git-rename-branch +1 -1
- data/vendor/depot_tools/git-reparent-branch +1 -1
- data/vendor/depot_tools/git-retry +1 -1
- data/vendor/depot_tools/git-squash-branch +1 -1
- data/vendor/depot_tools/git-thaw +1 -1
- data/vendor/depot_tools/git-try +1 -1
- data/vendor/depot_tools/git-upstream-diff +1 -1
- data/vendor/depot_tools/git_auto_svn.py +24 -6
- data/vendor/depot_tools/git_cache.py +74 -27
- data/vendor/depot_tools/git_cl.py +2118 -747
- data/vendor/depot_tools/git_common.py +100 -6
- data/vendor/depot_tools/git_dates.py +62 -0
- data/vendor/depot_tools/git_drover.py +424 -0
- data/vendor/depot_tools/git_find_releases.py +65 -0
- data/vendor/depot_tools/git_footers.py +42 -0
- data/vendor/depot_tools/git_hyper_blame.py +391 -0
- data/vendor/depot_tools/git_map_branches.py +8 -6
- data/vendor/depot_tools/git_new_branch.py +6 -1
- data/vendor/depot_tools/git_rebase_update.py +56 -16
- data/vendor/depot_tools/git_reparent_branch.py +13 -0
- data/vendor/depot_tools/git_try.py +0 -2
- data/vendor/depot_tools/gsutil.py +51 -20
- data/vendor/depot_tools/infra/config/OWNERS +3 -1
- data/vendor/depot_tools/infra/config/cq.cfg +7 -3
- data/vendor/depot_tools/infra/config/recipes.cfg +9 -0
- data/vendor/depot_tools/luci_hacks/README.md +35 -0
- data/vendor/depot_tools/{bootstrap/virtualenv/tests → luci_hacks}/__init__.py +0 -0
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.isolate +12 -0
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.py +81 -0
- data/vendor/depot_tools/luci_hacks/trigger_luci_job.py +128 -0
- data/vendor/depot_tools/man/html/depot_tools.html +9 -1
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +4 -4
- data/vendor/depot_tools/man/html/git-drover.html +191 -35
- data/vendor/depot_tools/man/html/git-hyper-blame.html +878 -0
- data/vendor/depot_tools/man/html/git-rebase-update.html +9 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +189 -36
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +128 -0
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +8 -6
- data/vendor/depot_tools/man/man7/depot_tools.7 +9 -4
- data/vendor/depot_tools/man/src/_git-hyper-blame_desc.helper.txt +1 -0
- data/vendor/depot_tools/man/src/common_demo_functions.sh +5 -0
- data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +1 -1
- data/vendor/depot_tools/man/src/git-drover.demo.1.sh +11 -16
- data/vendor/depot_tools/man/src/git-drover.demo.3.sh +27 -0
- data/vendor/depot_tools/man/src/git-drover.demo.4.sh +39 -0
- data/vendor/depot_tools/man/src/git-drover.txt +49 -3
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.1.sh +3 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.2.sh +4 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.common.sh +57 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.txt +85 -0
- data/vendor/depot_tools/man/src/git-rebase-update.txt +5 -1
- data/vendor/depot_tools/my_activity.py +6 -21
- 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/presubmit_canned_checks.py +83 -69
- data/vendor/depot_tools/presubmit_support.py +126 -42
- data/vendor/depot_tools/pylint.py +5 -1
- data/vendor/depot_tools/python_runner.sh +55 -0
- data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +32 -0
- data/vendor/depot_tools/recipe_modules/bot_update/api.py +283 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +56 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +63 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +57 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json +57 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +43 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +43 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json +59 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +58 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +60 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +58 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +60 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +81 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +81 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +49 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +61 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +51 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.py +172 -0
- data/vendor/depot_tools/{bootstrap/virtualenv/virtualenv_support → recipe_modules/bot_update/resources}/__init__.py +0 -0
- data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +1764 -0
- data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +86 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/__init__.py +3 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/api.py +27 -0
- data/vendor/depot_tools/recipe_modules/gclient/__init__.py +10 -0
- data/vendor/depot_tools/recipe_modules/gclient/api.py +378 -0
- data/vendor/depot_tools/recipe_modules/gclient/config.py +671 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +172 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +174 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +185 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.py +100 -0
- data/vendor/depot_tools/recipe_modules/gclient/test_api.py +37 -0
- data/vendor/depot_tools/recipe_modules/git/__init__.py +9 -0
- data/vendor/depot_tools/recipe_modules/git/api.py +377 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +176 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +178 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +153 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +199 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +250 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +182 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +102 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +186 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +178 -0
- data/vendor/depot_tools/recipe_modules/git/example.py +147 -0
- data/vendor/depot_tools/recipe_modules/git/resources/git_setup.py +61 -0
- data/vendor/depot_tools/recipe_modules/git/test_api.py +18 -0
- data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/git_cl/api.py +25 -0
- data/vendor/depot_tools/recipe_modules/git_cl/config.py +22 -0
- data/vendor/depot_tools/recipe_modules/git_cl/example.expected/basic.json +66 -0
- data/vendor/depot_tools/recipe_modules/git_cl/example.py +41 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/api.py +12 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.py +28 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +45 -0
- data/vendor/depot_tools/recipe_modules/presubmit/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/presubmit/api.py +20 -0
- data/vendor/depot_tools/recipe_modules/presubmit/example.expected/basic.json +18 -0
- data/vendor/depot_tools/recipe_modules/presubmit/example.py +15 -0
- data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
- data/vendor/depot_tools/recipe_modules/rietveld/api.py +94 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +30 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.py +24 -0
- data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +15 -0
- data/vendor/depot_tools/recipe_modules/tryserver/api.py +280 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +104 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +58 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +58 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json +68 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +43 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +43 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.py +53 -0
- data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +7 -0
- data/vendor/depot_tools/recipes.py +136 -0
- data/vendor/depot_tools/repo +1 -1
- data/vendor/depot_tools/rietveld.py +46 -15
- data/vendor/depot_tools/roll_dep.py +97 -36
- data/vendor/depot_tools/scm.py +3 -3
- data/vendor/depot_tools/setup_color.py +94 -0
- data/vendor/depot_tools/subprocess2.py +10 -1
- data/vendor/depot_tools/third_party/cq_client/OWNERS +0 -1
- data/vendor/depot_tools/third_party/cq_client/README.md +47 -9
- data/vendor/depot_tools/third_party/cq_client/cq.pb.go +617 -0
- data/vendor/depot_tools/third_party/cq_client/cq.proto +75 -17
- data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +168 -41
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +55 -0
- data/vendor/depot_tools/third_party/cq_client/{test/cq_example.cfg → testdata/cq_rietveld.cfg} +14 -6
- data/vendor/depot_tools/third_party/fancy_urllib/README +5 -4
- data/vendor/depot_tools/third_party/fancy_urllib/__init__.py +114 -52
- data/vendor/depot_tools/third_party/protobuf26/README.chromium +9 -6
- data/vendor/depot_tools/third_party/upload.py +17 -31
- data/vendor/depot_tools/trychange.py +0 -2
- data/vendor/depot_tools/update_depot_tools +29 -11
- data/vendor/depot_tools/update_depot_tools.bat +4 -9
- data/vendor/depot_tools/upload_to_google_storage.py +42 -5
- data/vendor/depot_tools/win_toolchain/OWNERS +1 -0
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +227 -52
- data/vendor/depot_tools/win_toolchain/package_from_installed.py +203 -88
- metadata +161 -81
- data/patches/arm/do-not-imply-vfp3-and-armv7.patch +0 -16
- data/patches/arm/do-not-use-vfp2.patch +0 -13
- data/patches/clang51/no-unused-variable.patch +0 -12
- data/vendor/depot_tools/bootstrap/.gitignore +0 -2
- data/vendor/depot_tools/bootstrap/bootstrap.py +0 -234
- data/vendor/depot_tools/bootstrap/deps.pyl +0 -15
- data/vendor/depot_tools/bootstrap/util.py +0 -87
- data/vendor/depot_tools/bootstrap/virtualenv/.gitignore +0 -10
- data/vendor/depot_tools/bootstrap/virtualenv/.travis.yml +0 -28
- data/vendor/depot_tools/bootstrap/virtualenv/AUTHORS.txt +0 -91
- data/vendor/depot_tools/bootstrap/virtualenv/CONTRIBUTING.rst +0 -21
- data/vendor/depot_tools/bootstrap/virtualenv/LICENSE.txt +0 -22
- data/vendor/depot_tools/bootstrap/virtualenv/MANIFEST.in +0 -11
- data/vendor/depot_tools/bootstrap/virtualenv/README.rst +0 -10
- data/vendor/depot_tools/bootstrap/virtualenv/bin/rebuild-script.py +0 -71
- data/vendor/depot_tools/bootstrap/virtualenv/docs/changes.rst +0 -747
- data/vendor/depot_tools/bootstrap/virtualenv/docs/conf.py +0 -149
- data/vendor/depot_tools/bootstrap/virtualenv/docs/development.rst +0 -61
- data/vendor/depot_tools/bootstrap/virtualenv/docs/index.rst +0 -137
- data/vendor/depot_tools/bootstrap/virtualenv/docs/installation.rst +0 -58
- data/vendor/depot_tools/bootstrap/virtualenv/docs/make.bat +0 -170
- data/vendor/depot_tools/bootstrap/virtualenv/docs/reference.rst +0 -256
- data/vendor/depot_tools/bootstrap/virtualenv/docs/userguide.rst +0 -249
- data/vendor/depot_tools/bootstrap/virtualenv/scripts/virtualenv +0 -3
- data/vendor/depot_tools/bootstrap/virtualenv/setup.py +0 -111
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate.sh +0 -94
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate_expected.output +0 -2
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_virtualenv.py +0 -139
- data/vendor/depot_tools/bootstrap/virtualenv/tests/tox.ini +0 -12
- data/vendor/depot_tools/bootstrap/virtualenv/tox.ini +0 -17
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv.py +0 -2367
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.bat +0 -26
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.csh +0 -42
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.fish +0 -74
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.ps1 +0 -150
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.sh +0 -80
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate_this.py +0 -34
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/deactivate.bat +0 -20
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils-init.py +0 -101
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg +0 -6
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/site.py +0 -758
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/pip-6.0-py2.py3-none-any.whl +0 -0
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/setuptools-8.2.1-py2.py3-none-any.whl +0 -0
- data/vendor/depot_tools/bootstrap/win/README.google +0 -16
- data/vendor/depot_tools/cbuildbot +0 -96
- data/vendor/depot_tools/chrome_set_ver +0 -96
- data/vendor/depot_tools/cros +0 -96
- data/vendor/depot_tools/cros_sdk +0 -96
- data/vendor/depot_tools/git-cl-upload-hook +0 -52
- data/vendor/depot_tools/git-crup +0 -45
- data/vendor/depot_tools/python_git_runner.sh +0 -36
- data/vendor/depot_tools/recipes/blink.py +0 -59
- data/vendor/depot_tools/third_party/cq_client/test/validate_config_test.py +0 -52
- data/vendor/depot_tools/third_party/cq_client/validate_config.py +0 -108
- data/vendor/depot_tools/win_toolchain/toolchain2013.py +0 -494
@@ -2,12 +2,12 @@
|
|
2
2
|
.\" Title: git-rebase-update
|
3
3
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
4
4
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
5
|
-
.\" Date:
|
5
|
+
.\" Date: 09/10/2015
|
6
6
|
.\" Manual: Chromium depot_tools Manual
|
7
|
-
.\" Source: depot_tools
|
7
|
+
.\" Source: depot_tools 805792e
|
8
8
|
.\" Language: English
|
9
9
|
.\"
|
10
|
-
.TH "GIT\-REBASE\-UPDATE" "1" "
|
10
|
+
.TH "GIT\-REBASE\-UPDATE" "1" "09/10/2015" "depot_tools 805792e" "Chromium depot_tools Manual"
|
11
11
|
.\" -----------------------------------------------------------------
|
12
12
|
.\" * Define some portability stuff
|
13
13
|
.\" -----------------------------------------------------------------
|
@@ -32,7 +32,7 @@ git-rebase-update \- Updates all branches to have the latest changes from their
|
|
32
32
|
.SH "SYNOPSIS"
|
33
33
|
.sp
|
34
34
|
.nf
|
35
|
-
\fIgit rebase\-update\fR [\-v | \-\-verbose] [\-n | \-\-
|
35
|
+
\fIgit rebase\-update\fR [\-v | \-\-verbose] [\-n | \-\-no\-fetch] [\-k | \-\-keep\-going]
|
36
36
|
.fi
|
37
37
|
.sp
|
38
38
|
.SH "DESCRIPTION"
|
@@ -58,7 +58,7 @@ Fetching
|
|
58
58
|
All branches are examined to find their upstream references\&. The correct set of git remotes is determined, and fetched accordingly\&. Note that if any branches have a tag as their upstream, we are forced to pull all remotes\&.
|
59
59
|
.sp
|
60
60
|
Pass
|
61
|
-
\-\-
|
61
|
+
\-\-no\-fetch
|
62
62
|
to skip this phase\&.
|
63
63
|
.RE
|
64
64
|
.PP
|
@@ -87,6 +87,8 @@ will exit\&. You can deal with this like any other conflicted rebase\&. When you
|
|
87
87
|
git rebase\-update
|
88
88
|
again to pick up where you left off\&.
|
89
89
|
.RE
|
90
|
+
.sp
|
91
|
+
If you\(cqd like to rebase all rebaseable branches in one pass and manually process the unrebaseable ones later, use \-k or \-\-keep\-going\&. Cleanup will not happen until all branches apply cleanly\&.
|
90
92
|
.PP
|
91
93
|
Cleanup
|
92
94
|
.RS 4
|
@@ -111,7 +113,7 @@ depot\-tools\&.upstream, see
|
|
111
113
|
.RE
|
112
114
|
.SH "OPTIONS"
|
113
115
|
.PP
|
114
|
-
\-n, \-\-
|
116
|
+
\-n, \-\-no\-fetch
|
115
117
|
.RS 4
|
116
118
|
Skip the
|
117
119
|
git fetch
|
@@ -1,13 +1,13 @@
|
|
1
1
|
'\" t
|
2
2
|
.\" Title: depot_tools
|
3
3
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
4
|
-
.\" Generator: DocBook XSL Stylesheets v1.
|
5
|
-
.\" Date:
|
4
|
+
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
5
|
+
.\" Date: 01/28/2016
|
6
6
|
.\" Manual: Chromium depot_tools Manual
|
7
|
-
.\" Source: depot_tools
|
7
|
+
.\" Source: depot_tools 7143379
|
8
8
|
.\" Language: English
|
9
9
|
.\"
|
10
|
-
.TH "DEPOT_TOOLS" "7" "
|
10
|
+
.TH "DEPOT_TOOLS" "7" "01/28/2016" "depot_tools 7143379" "Chromium depot_tools Manual"
|
11
11
|
.\" -----------------------------------------------------------------
|
12
12
|
.\" * Define some portability stuff
|
13
13
|
.\" -----------------------------------------------------------------
|
@@ -62,6 +62,11 @@ Extract meta\-information expressed as footers in a commit message\&.
|
|
62
62
|
Freeze all changes on a branch (indexed and unindexed)\&.
|
63
63
|
.RE
|
64
64
|
.PP
|
65
|
+
\fBgit-hyper-blame\fR(1)
|
66
|
+
.RS 4
|
67
|
+
Like git blame, but with the ability to ignore or bypass certain commits\&.
|
68
|
+
.RE
|
69
|
+
.PP
|
65
70
|
\fBgit-map-branches\fR(1)
|
66
71
|
.RS 4
|
67
72
|
Helper script to display all local git branches with \(oqupstream\(cq hierarchy in colorized terminal format\&.
|
@@ -0,0 +1 @@
|
|
1
|
+
Like git blame, but with the ability to ignore or bypass certain commits.
|
@@ -88,7 +88,7 @@ ifdef::backend-xhtml11[]
|
|
88
88
|
WINDOWS
|
89
89
|
^^^^^^^
|
90
90
|
Download the 'depot_tools'
|
91
|
-
link:https://
|
91
|
+
link:https://storage.googleapis.com/chrome-infra/depot_tools.zip[bundle] and
|
92
92
|
extract it somewhere.
|
93
93
|
|
94
94
|
[WARNING]
|
@@ -3,25 +3,20 @@
|
|
3
3
|
|
4
4
|
drover_c "This change needs to go to branch 9999"
|
5
5
|
|
6
|
-
echo "# Make sure we have the most up-to-date branch sources."
|
7
|
-
run git fetch
|
8
|
-
echo
|
9
6
|
echo "# Here's a commit (from some.committer) that we want to 'drover'."
|
10
7
|
run git log -n 1 --pretty=fuller
|
11
8
|
echo
|
12
|
-
echo "# Checkout the branch we want to 'drover' to."
|
13
|
-
run git checkout -b drover_9999 branch-heads/9999
|
14
|
-
echo
|
15
9
|
echo "# Now do the 'drover'."
|
16
|
-
|
17
|
-
|
10
|
+
pcommand git drover --branch 9999 \
|
11
|
+
--cherry-pick $(git show-ref -s pick_commit)
|
12
|
+
|
13
|
+
echo "Going to cherry-pick"
|
14
|
+
echo '"""'
|
15
|
+
output git log -n 1
|
16
|
+
echo '"""'
|
17
|
+
echo "to 9999. Continue (y/n)? y"
|
18
18
|
echo
|
19
|
-
echo "#
|
20
|
-
echo "# the branch by the person who drovered it (i.e. you)."
|
21
|
-
run git log -n 1 --pretty=fuller
|
19
|
+
echo "# A cl is uploaded to rietveld, where it can be reviewed before landing."
|
22
20
|
echo
|
23
|
-
echo "
|
24
|
-
|
25
|
-
echo "# Wait for LGTM or TBR it."
|
26
|
-
run git cl land
|
27
|
-
echo "# Or skip the LGTM/TBR and just 'git cl land --bypass-hooks'"
|
21
|
+
echo "About to land on 9999. Continue (y/n)? y"
|
22
|
+
echo "# The cherry-pick cl is landed on the branch 9999."
|
@@ -0,0 +1,27 @@
|
|
1
|
+
#!/usr/bin/env bash
|
2
|
+
. git-drover.demo.common.sh
|
3
|
+
|
4
|
+
drover_c "This change needs to go to branch 9999"
|
5
|
+
|
6
|
+
echo "# Make sure we have the most up-to-date branch sources."
|
7
|
+
run git fetch
|
8
|
+
echo
|
9
|
+
echo "# Here's a commit (from some.committer) that we want to 'drover'."
|
10
|
+
run git log -n 1 --pretty=fuller
|
11
|
+
echo
|
12
|
+
echo "# Checkout the branch we want to 'drover' to."
|
13
|
+
run git checkout -b drover_9999 branch-heads/9999
|
14
|
+
echo
|
15
|
+
echo "# Now do the 'drover'."
|
16
|
+
echo "# IMPORTANT!!! Do Not leave off the '-x' flag"
|
17
|
+
run git cherry-pick -x $(git show-ref -s pick_commit)
|
18
|
+
echo
|
19
|
+
echo "# That took the code authored by some.committer and committed it to"
|
20
|
+
echo "# the branch by the person who drovered it (i.e. you)."
|
21
|
+
run git log -n 1 --pretty=fuller
|
22
|
+
echo
|
23
|
+
echo "# Looks good. Ship it!"
|
24
|
+
pcommand git cl upload
|
25
|
+
echo "# Wait for LGTM or TBR it."
|
26
|
+
run git cl land
|
27
|
+
echo "# Or skip the LGTM/TBR and just 'git cl land --bypass-hooks'"
|
@@ -0,0 +1,39 @@
|
|
1
|
+
#!/usr/bin/env bash
|
2
|
+
. git-drover.demo.common.sh
|
3
|
+
|
4
|
+
drover_c "This change needs to go to branch 9999"
|
5
|
+
|
6
|
+
echo "# Here's a commit (from some.committer) that we want to 'drover'."
|
7
|
+
run git log -n 1 --pretty=fuller
|
8
|
+
echo
|
9
|
+
echo "# Now do the 'drover'."
|
10
|
+
pcommand git drover --branch 9999 \
|
11
|
+
--cherry-pick $(git show-ref -s pick_commit)
|
12
|
+
|
13
|
+
echo "Going to cherry-pick"
|
14
|
+
echo '"""'
|
15
|
+
output git log -n 1
|
16
|
+
echo '"""'
|
17
|
+
echo "to 9999. Continue (y/n)? y"
|
18
|
+
echo
|
19
|
+
echo "Error: Patch failed to apply."
|
20
|
+
echo
|
21
|
+
echo "A workdir for this cherry-pick has been created in"
|
22
|
+
echo " /tmp/drover_9999"
|
23
|
+
echo
|
24
|
+
echo "To continue, resolve the conflicts there and run"
|
25
|
+
echo " git drover --continue /tmp/drover_9999"
|
26
|
+
echo
|
27
|
+
echo "To abort this cherry-pick run"
|
28
|
+
echo " git drover --abort /tmp/drover_9999"
|
29
|
+
echo
|
30
|
+
pcommand pushd /tmp/drover_9999
|
31
|
+
echo "# Manually resolve conflicts."
|
32
|
+
pcommand git add path/to/file_with_conflicts
|
33
|
+
pcommand popd
|
34
|
+
pcommand git drover --continue /tmp/drover_9999
|
35
|
+
echo
|
36
|
+
echo "# A cl is uploaded to rietveld, where it can be reviewed before landing."
|
37
|
+
echo
|
38
|
+
echo "About to land on 9999. Continue (y/n)? y"
|
39
|
+
echo "# The cherry-pick cl is landed on the branch 9999."
|
@@ -9,13 +9,51 @@ include::_git-drover_desc.helper.txt[]
|
|
9
9
|
SYNOPSIS
|
10
10
|
--------
|
11
11
|
[verse]
|
12
|
-
'git drover'
|
12
|
+
'git drover' --branch <branch>
|
13
|
+
(--cherry-pick <change> | --continue [path_to_workdir] |
|
14
|
+
--abort [path_to_workdir])
|
15
|
+
[--parent_checkout <path-to-existing-checkout>]
|
16
|
+
[--verbose] [--dry-run]
|
13
17
|
|
14
18
|
DESCRIPTION
|
15
19
|
-----------
|
16
20
|
|
17
|
-
`git drover`
|
18
|
-
|
21
|
+
`git drover` applies a commit to a release branch. It creates a new workdir from
|
22
|
+
an existing checkout to avoid downloading a new checkout without affecting the
|
23
|
+
existing checkout.
|
24
|
+
|
25
|
+
`git drover` does not support reverts. See the EXAMPLE section for the
|
26
|
+
equivalent sequence of commands to run.
|
27
|
+
|
28
|
+
OPTIONS
|
29
|
+
-------
|
30
|
+
--branch <branch>::
|
31
|
+
The branch to cherry-pick the commit to.
|
32
|
+
|
33
|
+
--cherry-pick <commit>::
|
34
|
+
The commit to cherry-pick.
|
35
|
+
|
36
|
+
--continue [path_to_workdir]::
|
37
|
+
Continue a cherry-pick that required manual resolution. The path to the drover
|
38
|
+
workdir is optional. If unspecified, the current directory is used.
|
39
|
+
|
40
|
+
--abort [path_to_workdir]::
|
41
|
+
Abort a cherry-pick that required manual resolution and clean up its workdir.
|
42
|
+
The path to the drover workdir is optional. If unspecified, the current
|
43
|
+
directory is used.
|
44
|
+
|
45
|
+
--parent_checkout::
|
46
|
+
The path to the chromium checkout to use as the source for a creating
|
47
|
+
git-new-workdir workdir to use for cherry-picking. If unspecified, the current
|
48
|
+
directory is used.
|
49
|
+
|
50
|
+
-v::
|
51
|
+
--verbose::
|
52
|
+
Enable verbose logging.
|
53
|
+
|
54
|
+
--dry-run::
|
55
|
+
Skip landing the cherry-pick. Just ensure that the commit can be cherry-picked
|
56
|
+
into the branch.
|
19
57
|
|
20
58
|
EXAMPLE
|
21
59
|
-------
|
@@ -35,10 +73,18 @@ Merge Example
|
|
35
73
|
^^^^^^^^^^^^^
|
36
74
|
demo:1[]
|
37
75
|
|
76
|
+
Merge with Conflicts Example
|
77
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
78
|
+
demo:4[]
|
79
|
+
|
38
80
|
Revert Example
|
39
81
|
^^^^^^^^^^^^^^
|
40
82
|
demo:2[]
|
41
83
|
|
84
|
+
Manual Merge Example
|
85
|
+
^^^^^^^^^^^^^^^^^^^^
|
86
|
+
demo:3[]
|
87
|
+
|
42
88
|
SEE ALSO
|
43
89
|
--------
|
44
90
|
linkgit:git-cherry-pick[1], linkgit:git-revert[1]
|
@@ -0,0 +1,57 @@
|
|
1
|
+
#!/usr/bin/env bash
|
2
|
+
. demo_repo.sh
|
3
|
+
|
4
|
+
# Construct a plausible file history.
|
5
|
+
set_user "lorem"
|
6
|
+
V1="Lorem ipsum dolor sit amet, consectetur*
|
7
|
+
adipiscing elit, sed do eiusmod tempor
|
8
|
+
incididunt ut labore et dolore magna*
|
9
|
+
aliqua. Ut enim ad minim veniam, quis
|
10
|
+
nostrud exercitation ullamco laboris**
|
11
|
+
nisi ut aliquip ex ea commodo consequat.*"
|
12
|
+
add "ipsum.txt" "$V1"
|
13
|
+
c "Added Lorem Ipsum"
|
14
|
+
tick 95408
|
15
|
+
|
16
|
+
set_user "ipsum"
|
17
|
+
V2="Lorem ipsum dolor sit amet, consectetur*
|
18
|
+
adipiscing elit, sed do eiusmod tempor
|
19
|
+
incididunt ut labore et dolore magna
|
20
|
+
aliqua. Ut enim ad minim veniam, quis
|
21
|
+
nostrud exercitation ullamco laboris**
|
22
|
+
nisi ut aliquip ex ea commodo consequat.*"
|
23
|
+
add "ipsum.txt" "$V2"
|
24
|
+
c "Change 1"
|
25
|
+
tick 4493194
|
26
|
+
|
27
|
+
set_user "dolor"
|
28
|
+
V3="Lorem ipsum dolor sit amet, consectetur*
|
29
|
+
adipiscing elit, sed do eiusmod tempor
|
30
|
+
incididunt ut labore et dolore magna
|
31
|
+
aliqua. Ut enim ad minim veniam, quis
|
32
|
+
nostrud exercitation ullamco laboris*
|
33
|
+
nisi ut aliquip ex ea commodo consequat."
|
34
|
+
add "ipsum.txt" "$V3"
|
35
|
+
c "Change 2"
|
36
|
+
tick 2817200
|
37
|
+
|
38
|
+
set_user "auto-uppercaser"
|
39
|
+
V4="LOREM IPSUM DOLOR SIT AMET, CONSECTETUR*
|
40
|
+
ADIPISCING ELIT, SED DO EIUSMOD TEMPOR
|
41
|
+
INCIDIDUNT UT LABORE ET DOLORE MAGNA
|
42
|
+
ALIQUA. UT ENIM AD MINIM VENIAM, QUIS
|
43
|
+
NOSTRUD EXERCITATION ULLAMCO LABORIS*
|
44
|
+
NISI UT ALIQUIP EX EA COMMODO CONSEQUAT."
|
45
|
+
add "ipsum.txt" "$V4"
|
46
|
+
c "Automatic upper-casing of all text."
|
47
|
+
tick 3273029
|
48
|
+
|
49
|
+
set_user "lorem"
|
50
|
+
V4="LOREM IPSUM DOLOR SIT AMET, CONSECTETUR
|
51
|
+
ADIPISCING ELIT, SED DO EIUSMOD TEMPOR
|
52
|
+
INCIDIDUNT UT LABORE ET DOLORE MAGNA
|
53
|
+
ALIQUA. UT ENIM AD MINIM VENIAM, QUIS
|
54
|
+
NOSTRUD EXERCITATION ULLAMCO LABORIS
|
55
|
+
NISI UT ALIQUIP EX EA COMMODO CONSEQUAT."
|
56
|
+
add "ipsum.txt" "$V4"
|
57
|
+
c "Change 3."
|
@@ -0,0 +1,85 @@
|
|
1
|
+
git-hyper-blame(1)
|
2
|
+
==================
|
3
|
+
|
4
|
+
NAME
|
5
|
+
----
|
6
|
+
git-hyper-blame -
|
7
|
+
include::_git-hyper-blame_desc.helper.txt[]
|
8
|
+
|
9
|
+
SYNOPSIS
|
10
|
+
--------
|
11
|
+
[verse]
|
12
|
+
'git hyper-blame' [-i <rev> [-i <rev> ...]] [--ignore-file=<file>]
|
13
|
+
[--no-default-ignores] [<rev>] [--] <file>
|
14
|
+
|
15
|
+
DESCRIPTION
|
16
|
+
-----------
|
17
|
+
|
18
|
+
`git hyper-blame` is like `git blame` but it can ignore or "look through" a
|
19
|
+
given set of commits, to find the real culprit.
|
20
|
+
|
21
|
+
This is useful if you have a commit that makes sweeping changes that are
|
22
|
+
unlikely to be what you are looking for in a blame, such as mass reformatting or
|
23
|
+
renaming. By adding these commits to the hyper-blame ignore list, `git
|
24
|
+
hyper-blame` will look past these commits to find the previous commit that
|
25
|
+
touched a given line.
|
26
|
+
|
27
|
+
Follows the normal `blame` syntax: annotates `<file>` with the revision that
|
28
|
+
last modified each line. Optional `<rev>` specifies the revision of `<file>` to
|
29
|
+
start from.
|
30
|
+
|
31
|
+
Automatically looks for a file called `.git-blame-ignore-revs` in the repository
|
32
|
+
root directory. This file has the same syntax as the `--ignore-file` argument,
|
33
|
+
and any commits mentioned in this file are added to the ignore list.
|
34
|
+
|
35
|
+
OPTIONS
|
36
|
+
-------
|
37
|
+
|
38
|
+
-i <rev>::
|
39
|
+
A revision to ignore. Can be specified as many times as needed.
|
40
|
+
|
41
|
+
--ignore-file=<file>::
|
42
|
+
A file containing a list of revisions to ignore. Can have comments beginning
|
43
|
+
with `#`.
|
44
|
+
|
45
|
+
--no-default-ignores::
|
46
|
+
Do not ignore commits from the `.git-blame-ignore-revs` file.
|
47
|
+
|
48
|
+
EXAMPLE
|
49
|
+
-------
|
50
|
+
|
51
|
+
Let's run `git blame` on a file:
|
52
|
+
|
53
|
+
demo:1[]
|
54
|
+
|
55
|
+
Notice that almost the entire file has been blamed on a formatting change? You
|
56
|
+
aren't interested in the uppercasing of the file. You want to know who
|
57
|
+
wrote/modified those lines in the first place. Just tell `hyper-blame` to ignore
|
58
|
+
that commit:
|
59
|
+
|
60
|
+
demo:2[]
|
61
|
+
|
62
|
+
`hyper-blame` places a `*` next to any line where it has skipped over an ignored
|
63
|
+
commit, so you know that the line in question has been changed (by an ignored
|
64
|
+
commit) since the given person wrote it.
|
65
|
+
|
66
|
+
CAVEATS
|
67
|
+
-------
|
68
|
+
|
69
|
+
When a line skips over an ignored commit, a guess is made as to which commit
|
70
|
+
previously modified that line, but it is not always clear where the line came
|
71
|
+
from. If the ignored commit makes lots of changes in close proximity, in
|
72
|
+
particular adding/removing/reordering lines, then the wrong authors may be
|
73
|
+
blamed for nearby edits.
|
74
|
+
|
75
|
+
For this reason, `hyper-blame` works best when the ignored commits are be
|
76
|
+
limited to minor changes such as formatting and renaming, not refactoring or
|
77
|
+
other more invasive changes.
|
78
|
+
|
79
|
+
SEE ALSO
|
80
|
+
--------
|
81
|
+
linkgit:git-blame[1]
|
82
|
+
|
83
|
+
include::_footer.txt[]
|
84
|
+
|
85
|
+
// vim: ft=asciidoc:
|
@@ -9,7 +9,7 @@ include::_git-rebase-update_desc.helper.txt[]
|
|
9
9
|
SYNOPSIS
|
10
10
|
--------
|
11
11
|
[verse]
|
12
|
-
'git rebase-update' [-v | --verbose] [-n | --no-fetch]
|
12
|
+
'git rebase-update' [-v | --verbose] [-n | --no-fetch] [-k | --keep-going]
|
13
13
|
|
14
14
|
DESCRIPTION
|
15
15
|
-----------
|
@@ -49,6 +49,10 @@ left in mid-rebase and `git rebase-update` will exit. You can deal with this
|
|
49
49
|
like any other conflicted rebase. When you're done, just `git rebase-update`
|
50
50
|
again to pick up where you left off.
|
51
51
|
|
52
|
+
If you'd like to rebase all rebaseable branches in one pass and manually process
|
53
|
+
the unrebaseable ones later, use -k or --keep-going. Cleanup will not happen
|
54
|
+
until all branches apply cleanly.
|
55
|
+
|
52
56
|
Cleanup::
|
53
57
|
Once all the branches have been rebased, any empty branches (i.e. branches
|
54
58
|
with no commits on them) are removed. If a branch is removed in this fashion,
|