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

Unified Diff: man/man1/git-hyper-blame.1

Issue 1629253002: git hyper-blame: Added approx. line number translation. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@git-hyper-blame
Patch Set: Mostly rewrite approx_lineno, fixing and simplifying. Lots more tests. Created 4 years, 10 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
Index: man/man1/git-hyper-blame.1
diff --git a/man/man1/git-hyper-blame.1 b/man/man1/git-hyper-blame.1
index b1d2fec8098b142ab8c1ef210f31678a5ddc1e98..ddcbf7b8863efbd05cbc6d2c56f9e7b5895ae652 100644
--- a/man/man1/git-hyper-blame.1
+++ b/man/man1/git-hyper-blame.1
@@ -2,12 +2,12 @@
.\" Title: git-hyper-blame
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 01/28/2016
+.\" Date: 02/04/2016
.\" Manual: Chromium depot_tools Manual
-.\" Source: depot_tools 7143379
+.\" Source: depot_tools bf85011
.\" Language: English
.\"
-.TH "GIT\-HYPER\-BLAME" "1" "01/28/2016" "depot_tools 7143379" "Chromium depot_tools Manual"
+.TH "GIT\-HYPER\-BLAME" "1" "02/04/2016" "depot_tools bf85011" "Chromium depot_tools Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -103,17 +103,6 @@ hyper\-blame places a * next to any line where it has skipped over an ignored co
.sp -1
.IP \(bu 2.3
.\}
-When a commit is ignored, hyper\-blame currently just blames the same line in the previous version of the file\&. This can be wildly inaccurate if the ignored commit adds or removes lines, resulting in a completely wrong commit being blamed\&.
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
There is currently no way to pass the ignore list as a file\&.
.RE
.sp

Powered by Google App Engine
This is Rietveld 408576698