Added git hyper-blame, a tool that skips unwanted commits in git blame.
Currently, the script requires you to pass the unwanted commits on the command line, but eventually, you could configure it with a file (checked into the repo) that provides a fixed set of commits to always skip (such as commits that do a huge amount of renaming and nothing else). BUG=574290 Review URL: https://codereview.chromium.org/1559943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298544 0039d316-1c4b-4281-b951-d872f2087c98
Showing
git-hyper-blame
0 → 100755
git_dates.py
0 → 100644
git_hyper_blame.py
0 → 100755
man/man1/git-hyper-blame.1
0 → 100644
man/src/git-hyper-blame.txt
0 → 100644
tests/git_dates_test.py
0 → 100755
Please
register
or
sign in
to comment