You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This CL changes the way that "git cl patch" behaves for Gerrit changes. Previously, git-cl-patch behaved just like it did for Rietveld: make sure you're on a branch, download the diff, apply it on top of your branch. However, this causes problems with Gerrit. Namely, when you upload a change to Gerrit, git-cl has to make sure that all parents of your local change have previously been uploaded as well, either as other changes or as commits already landed on the target branch. But the method for "applying a patch" from Gerrit was to cherry-pick it, and that changes the commit hash. So the resulting commit would *not* have been uploaded to Gerrit. Thus, the following routine didn't work with Gerrit: $ git checkout -t origin/master -b your-work $ git cl patch 123456 $ git checkout -tb my-work $ #hack and commit $ git cl upload This would fail during the upload with a message saying that the contents of 'your-work' hadn't been uploaded. This CL fixes the situation by replacing the cherry-pick with a hard reset. This means that the contents of the 'your-work' branch will be *exactly* what was downloaded from Gerrit. Uploads based on top of that commit will work just fine. Finally, in a concession to some people who want 'git cl patch' to actually apply a patch instead of performing a hard reset, if the current branch contains local work, then rather than leaving that work behind with a hard reset, we fall back to the old cherry-pick behavior with a confirmation dialog and warning that uploading will be hard. Bug: 723787 Change-Id: I3ad164f6d3078bff00139d446bb8ce97738a1344 Reviewed-on: https://chromium-review.googlesource.com/527345 Commit-Queue: Aaron Gable <agable@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> |
9 years ago | |
|---|---|---|
| bootstrap | 9 years ago | |
| fetch_configs | 9 years ago | |
| git-templates | ||
| infra | 9 years ago | |
| man | 9 years ago | |
| recipes | 9 years ago | |
| support | ||
| testing_support | 9 years ago | |
| tests | 9 years ago | |
| third_party | 9 years ago | |
| win_toolchain | 9 years ago | |
| zsh-goodies | ||
| .gitignore | 9 years ago | |
| .style.yapf | ||
| LICENSE | ||
| OWNERS | 9 years ago | |
| PRESUBMIT.py | 9 years ago | |
| README.gclient.md | 9 years ago | |
| README.git-cl.md | 9 years ago | |
| README.md | 9 years ago | |
| README.testing | ||
| WATCHLISTS | 9 years ago | |
| annotated_gclient.py | ||
| appengine_mapper.py | 9 years ago | |
| apply_issue | ||
| apply_issue.bat | 9 years ago | |
| apply_issue.py | 9 years ago | |
| auth.py | ||
| breakpad.py | ||
| buildbucket.py | ||
| cbuildbot | ||
| checkout.py | 9 years ago | |
| chrome_set_ver | ||
| cipd | 9 years ago | |
| cipd.bat | 9 years ago | |
| cipd.ps1 | 9 years ago | |
| cipd_bin_setup.bat | 9 years ago | |
| cipd_bin_setup.sh | 9 years ago | |
| cipd_client_version | 9 years ago | |
| cipd_manifest.txt | 9 years ago | |
| cit | ||
| cit.bat | 9 years ago | |
| cit.py | 9 years ago | |
| clang-format | ||
| clang-format.bat | 9 years ago | |
| clang_format.py | 9 years ago | |
| clang_format_merge_driver | 9 years ago | |
| clang_format_merge_driver.bat | 9 years ago | |
| clang_format_merge_driver.py | 9 years ago | |
| codereview.settings | 9 years ago | |
| commit_queue | ||
| commit_queue.bat | 9 years ago | |
| commit_queue.py | 9 years ago | |
| cpplint.bat | 9 years ago | |
| cpplint.py | 9 years ago | |
| cpplint_chromium.py | ||
| create-ntfs-junction.c | ||
| create-ntfs-junction.exe | ||
| cros | ||
| cros_sdk | ||
| dart_format.py | ||
| depot-tools-auth | ||
| depot-tools-auth.bat | 9 years ago | |
| depot-tools-auth.py | 10 years ago | |
| download_from_google_storage | ||
| download_from_google_storage.bat | 9 years ago | |
| download_from_google_storage.py | 10 years ago | |
| fetch | ||
| fetch.bat | 9 years ago | |
| fetch.py | 9 years ago | |
| fix_encoding.py | 9 years ago | |
| gclient | 10 years ago | |
| gclient-new-workdir.py | 9 years ago | |
| gclient.bat | 9 years ago | |
| gclient.py | 9 years ago | |
| gclient_completion.sh | ||
| gclient_eval.py | 9 years ago | |
| gclient_scm.py | 9 years ago | |
| gclient_utils.py | 9 years ago | |
| gerrit_client.py | 9 years ago | |
| gerrit_util.py | 9 years ago | |
| git-cache | ||
| git-cherry-pick-upload | ||
| git-cl | ||
| git-crrev-parse | 9 years ago | |
| git-crsync | ||
| git-drover | ||
| git-find-releases | ||
| git-footers | ||
| git-freeze | ||
| git-gs | 9 years ago | |
| git-hyper-blame | ||
| git-map | ||
| git-map-branches | ||
| git-mark-merge-base | ||
| git-nav-downstream | ||
| git-nav-upstream | ||
| git-new-branch | ||
| git-number | ||
| git-rebase-update | ||
| git-rename-branch | ||
| git-reparent-branch | ||
| git-retry | ||
| git-runhooks | ||
| git-squash-branch | ||
| git-thaw | ||
| git-upstream-diff | ||
| git_cache.py | 9 years ago | |
| git_cherry_pick_upload.py | 9 years ago | |
| git_cl.py | 9 years ago | |
| git_cl_completion.sh | 9 years ago | |
| git_common.py | 9 years ago | |
| git_dates.py | ||
| git_drover.py | 9 years ago | |
| git_find_releases.py | ||
| git_footers.py | 9 years ago | |
| git_freezer.py | ||
| git_hyper_blame.py | 9 years ago | |
| git_map.py | 9 years ago | |
| git_map_branches.py | 9 years ago | |
| git_mark_merge_base.py | ||
| git_nav_downstream.py | ||
| git_new_branch.py | 10 years ago | |
| git_number.py | 9 years ago | |
| git_rebase_update.py | 9 years ago | |
| git_rename_branch.py | ||
| git_reparent_branch.py | ||
| git_retry.py | 9 years ago | |
| git_squash_branch.py | 9 years ago | |
| git_upstream_diff.py | 10 years ago | |
| gn | ||
| gn.bat | 9 years ago | |
| gn.py | ||
| gsutil.py | 10 years ago | |
| led | 9 years ago | |
| led.bat | 9 years ago | |
| my_activity.py | 9 years ago | |
| my_reviews.py | 9 years ago | |
| ninja | 9 years ago | |
| ninja-linux32 | 9 years ago | |
| ninja-linux64 | 9 years ago | |
| ninja-mac | 9 years ago | |
| ninja.exe | 9 years ago | |
| owners.py | 9 years ago | |
| owners_finder.py | 9 years ago | |
| patch.py | ||
| presubmit_canned_checks.py | 9 years ago | |
| presubmit_support.py | 9 years ago | |
| profile.xml | ||
| pylint | ||
| pylint.py | ||
| pylintrc | 9 years ago | |
| python_runner.sh | 10 years ago | |
| repo | 9 years ago | |
| rietveld.py | 9 years ago | |
| roll-dep | ||
| roll-dep-svn | 9 years ago | |
| roll-dep-svn.bat | 9 years ago | |
| roll-dep.bat | 9 years ago | |
| roll_dep.py | 9 years ago | |
| roll_dep_svn.py | 9 years ago | |
| scm.py | 9 years ago | |
| setup_color.py | 9 years ago | |
| split_cl.py | 9 years ago | |
| subcommand.py | 9 years ago | |
| subprocess2.py | 9 years ago | |
| update_depot_tools | 9 years ago | |
| update_depot_tools.bat | 9 years ago | |
| update_depot_tools_toggle.py | 9 years ago | |
| upload_to_google_storage.py | 9 years ago | |
| vpython | 9 years ago | |
| vpython.bat | 9 years ago | |
| watchlists.py | ||
| weekly | ||
| wtf | ||
README.md
depot_tools
Tools for working with Chromium development. It requires python 2.7.
Tools
The most important tools are:
fetch: Agclientwrapper to checkout a project. Usefetch --helpfor more details.gclient: A meta-checkout tool. Think repo or git submodules, except that it support OS-specific rules, e.g. do not checkout Windows only dependencies when checking out for Android. Usegclient helpfor more details and README.gclient.md.git cl: A code review tool to interact with Rietveld or Gerrit. Usegit cl helpfor more details and README.git-cl.md.roll-dep: A gclient dependency management tool to submit a dep roll, updating a dependency to a newer revision.
There are a lot of git utilities included.
Updating
depot_tools updates itself automatically when running gclient tool. To
disable auto update, set the environment variable DEPOT_TOOLS_UPDATE=0.
To update package manually, run update_depot_tools.bat on Windows,
or ./update_depot_tools on Linux or Mac.
On Windows only, running gclient will install git and python.
Contributing
To contribute change for review:
git new-branch <somename>
# Hack
git add .
git commit -a -m "Fixes goat teleporting"
# find reviewers
git cl owners
git log -- <yourfiles>
# Request a review.
git cl upload -r reviewer1@chromium.org,reviewer2@chromium.org --send-mail
# Edit change description if needed.
git cl desc
# If change is approved, flag it to be committed.
git cl set-commit
# If change needs more work.
git rebase-update
...
git cl upload -t "Fixes goat teleporter destination to be Australia"
See also open bugs, open reviews, forum or report problems.
cpplint.py
To update cpplint.py, please submit the change upstream first at https://github.com/google/styleguide/tree/gh-pages/cpplint then copy it down.