Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: man/src/git-hyper-blame.demo.2.sh

Issue 1559943003: Added git hyper-blame, a tool that skips unwanted commits in git blame. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Respond to review. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « man/src/git-hyper-blame.demo.1.sh ('k') | man/src/git-hyper-blame.demo.common.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/src/git-hyper-blame.demo.2.sh
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 0000000000000000000000000000000000000000..5616fbe564248e24298889b71e67ff85d709d823
--- /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
« no previous file with comments | « man/src/git-hyper-blame.demo.1.sh ('k') | man/src/git-hyper-blame.demo.common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698