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
diff --git a/man/src/git-hyper-blame.demo.2.sh b/man/src/git-hyper-blame.demo.2.sh
new file mode 100755
index 0000000..5616fbe
--- /dev/null
+++ b/man/src/git-hyper-blame.demo.2.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+. git-hyper-blame.demo.common.sh
+IGNORE=$(git rev-parse HEAD^)
+run git hyper-blame -i ${IGNORE:0:8} ipsum.txt