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 | |
---|---|---|
.. | ||
.gitignore | 11 years ago | |
_aliases.txt | 11 years ago | |
_footer.txt | 11 years ago | |
_git-auto-svn_desc.helper.txt | 11 years ago | |
_git-cherry-pick-upload_desc.helper.txt | 11 years ago | |
_git-drover_desc.helper.txt | 11 years ago | |
_git-footers_desc.helper.txt | 11 years ago | |
_git-freeze_desc.helper.txt | 11 years ago | |
_git-hyper-blame_desc.helper.txt | 9 years ago | |
_git-map-branches_desc.helper.txt | 11 years ago | |
_git-map_desc.helper.txt | 11 years ago | |
_git-mark-merge-base_desc.helper.txt | 11 years ago | |
_git-nav-downstream_desc.helper.txt | 11 years ago | |
_git-nav-upstream_desc.helper.txt | 11 years ago | |
_git-new-branch_desc.helper.txt | 11 years ago | |
_git-rebase-update_desc.helper.txt | 11 years ago | |
_git-rename-branch_desc.helper.txt | 11 years ago | |
_git-reparent-branch_desc.helper.txt | 11 years ago | |
_git-retry_desc.helper.txt | 11 years ago | |
_git-squash-branch_desc.helper.txt | 11 years ago | |
_git-thaw_desc.helper.txt | 11 years ago | |
_git-upstream-diff_desc.helper.txt | 11 years ago | |
_helper_prefix.txt | 11 years ago | |
asciidoc-override.css | 11 years ago | |
common_demo_functions.sh | 10 years ago | |
demo_repo.sh | 11 years ago | |
depot_tools.txt | 11 years ago | |
depot_tools_tutorial.demo.walkthrough.sh | 11 years ago | |
depot_tools_tutorial.txt | 10 years ago | |
filter_demo_output.py | 11 years ago | |
git-auto-svn.txt | 11 years ago | |
git-cherry-pick-upload.demo.1.sh | 11 years ago | |
git-cherry-pick-upload.txt | 11 years ago | |
git-drover.demo.1.sh | 10 years ago | |
git-drover.demo.2.sh | 11 years ago | |
git-drover.demo.3.sh | 10 years ago | |
git-drover.demo.4.sh | 10 years ago | |
git-drover.demo.common.sh | 11 years ago | |
git-drover.txt | 10 years ago | |
git-footers.demo.1.sh | 11 years ago | |
git-footers.txt | 11 years ago | |
git-freeze.demo.1.sh | 11 years ago | |
git-freeze.txt | 11 years ago | |
git-hyper-blame.demo.1.sh | 9 years ago | |
git-hyper-blame.demo.2.sh | 9 years ago | |
git-hyper-blame.demo.common.sh | 9 years ago | |
git-hyper-blame.txt | 9 years ago | |
git-map-branches.demo.1.sh | 11 years ago | |
git-map-branches.txt | 11 years ago | |
git-map.demo.1.sh | 11 years ago | |
git-map.txt | 11 years ago | |
git-mark-merge-base.txt | 11 years ago | |
git-nav-downstream.demo.1.sh | 11 years ago | |
git-nav-downstream.txt | 11 years ago | |
git-nav-upstream.demo.1.sh | 11 years ago | |
git-nav-upstream.txt | 11 years ago | |
git-new-branch.demo.1.sh | 11 years ago | |
git-new-branch.txt | 11 years ago | |
git-rebase-update.txt | 10 years ago | |
git-rename-branch.txt | 11 years ago | |
git-reparent-branch.txt | 11 years ago | |
git-retry.txt | 11 years ago | |
git-squash-branch.demo.1.sh | 11 years ago | |
git-squash-branch.txt | 11 years ago | |
git-thaw.txt | 11 years ago | |
git-upstream-diff.txt | 11 years ago | |
make_docs.sh | 11 years ago | |
prep_demo_repo.sh | 11 years ago |