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.
Added --ignore-file argument, so you can specify ignored commits in a file rather than as raw command-line arguments. Also, automatically searches for a file called .git-blame-ignore-revs, which is automatically used as an ignore list by default. Also, specifying an unknown revision (either on the command line or in a file) now generates a warning, not an error. Notes on some decisions: - The file is called .git-blame-ignore-revs (not mentioning hyper-blame) because we may use the same list in tools other than hyper-blame in the future. - We look at the *currently checked out* version of .git-blame-ignore-revs (not the version at the specified revision) for consistency with .git-ignore. Because we only expect revisions to be added (not deleted), it should be fine to use an ignore list from a newer version than the revision being blamed. - We considered using git notes for the ignore list so that you could add a revision to the ignore list without needing a follow-up CL. However, there are some problems with this approach. git notes is not automatically synced with git clone/pull. Also the Chromium infra tools (Reitveld, CQ) are not set up to allow modification of git notes, nor are changes to git notes subject to OWNERS checks. Using a regular file ensures all users synced to a particular revision are using the same ignore list. BUG=574290 Review URL: https://codereview.chromium.org/1697423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298897 0039d316-1c4b-4281-b951-d872f2087c98 |
9 years ago | |
---|---|---|
.. | ||
gstools | 12 years ago | |
subversion_config | ||
abandon.sh | 10 years ago | |
basic.sh | 10 years ago | |
checkout_test.py | 10 years ago | |
download_from_google_storage_unittests.py | 10 years ago | |
fix_encoding_test.py | ||
gclient_scm_test.py | 10 years ago | |
gclient_smoketest.py | 10 years ago | |
gclient_test.py | 10 years ago | |
gclient_utils_test.py | 11 years ago | |
git_cache_test.py | 10 years ago | |
git_cl_test.py | 9 years ago | |
git_common_test.py | 9 years ago | |
git_dates_test.py | 9 years ago | |
git_drover_test.py | 10 years ago | |
git_footers_test.py | 11 years ago | |
git_hyper_blame_test.py | 9 years ago | |
git_number_test.py | 10 years ago | |
git_rebase_update_test.py | 10 years ago | |
gsutil_test.py | 10 years ago | |
hooks.sh | 11 years ago | |
owners.sh | 10 years ago | |
owners_finder_test.py | 12 years ago | |
owners_unittest.py | 10 years ago | |
patch.sh | 10 years ago | |
patch_test.py | ||
post-dcommit-hook-test.sh | 10 years ago | |
presubmit_unittest.py | 9 years ago | |
push-basic.sh | 10 years ago | |
push-from-logs.sh | 10 years ago | |
recipes_test.py | 10 years ago | |
rename.sh | 10 years ago | |
rietveld_test.py | 9 years ago | |
sample_pre_commit_hook | ||
save-description-on-failure.sh | 10 years ago | |
scm_unittest.py | 10 years ago | |
submit-from-new-dir.sh | 10 years ago | |
submodule-merge-test.sh | 10 years ago | |
subprocess2_test.py | 12 years ago | |
test-lib.sh | 11 years ago | |
trychange_unittest.py | 9 years ago | |
upload-local-tracking-branch.sh | 10 years ago | |
upload-stale.sh | 10 years ago | |
upload_to_google_storage_unittests.py | 10 years ago | |
upstream.sh | 11 years ago | |
watchlists_unittest.py |