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

Side by Side 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 unified diff | Download patch
OLDNEW
1 '\" t 1 '\" t
2 .\" Title: git-hyper-blame 2 .\" Title: git-hyper-blame
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5 .\" Date: 01/28/2016 5 .\" Date: 02/04/2016
6 .\" Manual: Chromium depot_tools Manual 6 .\" Manual: Chromium depot_tools Manual
7 .\" Source: depot_tools 7143379 7 .\" Source: depot_tools bf85011
8 .\" Language: English 8 .\" Language: English
9 .\" 9 .\"
10 .TH "GIT\-HYPER\-BLAME" "1" "01/28/2016" "depot_tools 7143379" "Chromium depot_t ools Manual" 10 .TH "GIT\-HYPER\-BLAME" "1" "02/04/2016" "depot_tools bf85011" "Chromium depot_t ools Manual"
11 .\" ----------------------------------------------------------------- 11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff 12 .\" * Define some portability stuff
13 .\" ----------------------------------------------------------------- 13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673 15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq 18 .ie \n(.g .ds Aq \(aq
19 .el .ds Aq ' 19 .el .ds Aq '
20 .\" ----------------------------------------------------------------- 20 .\" -----------------------------------------------------------------
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 .SH "BUGS" 96 .SH "BUGS"
97 .sp 97 .sp
98 .RS 4 98 .RS 4
99 .ie n \{\ 99 .ie n \{\
100 \h'-04'\(bu\h'+03'\c 100 \h'-04'\(bu\h'+03'\c
101 .\} 101 .\}
102 .el \{\ 102 .el \{\
103 .sp -1 103 .sp -1
104 .IP \(bu 2.3 104 .IP \(bu 2.3
105 .\} 105 .\}
106 When a commit is ignored, hyper\-blame currently just blames the same line in th e previous version of the file\&. This can be wildly inaccurate if the ignored c ommit adds or removes lines, resulting in a completely wrong commit being blamed \&.
107 .RE
108 .sp
109 .RS 4
110 .ie n \{\
111 \h'-04'\(bu\h'+03'\c
112 .\}
113 .el \{\
114 .sp -1
115 .IP \(bu 2.3
116 .\}
117 There is currently no way to pass the ignore list as a file\&. 106 There is currently no way to pass the ignore list as a file\&.
118 .RE 107 .RE
119 .sp 108 .sp
120 .RS 4 109 .RS 4
121 .ie n \{\ 110 .ie n \{\
122 \h'-04'\(bu\h'+03'\c 111 \h'-04'\(bu\h'+03'\c
123 .\} 112 .\}
124 .el \{\ 113 .el \{\
125 .sp -1 114 .sp -1
126 .IP \(bu 2.3 115 .IP \(bu 2.3
127 .\} 116 .\}
128 It should be possible for a git repository to configure an automatic list of com mits to ignore (like 117 It should be possible for a git repository to configure an automatic list of com mits to ignore (like
129 \&.gitignore), so that project owners can maintain a list of "big change" commit s that are ignored by hyper\-blame by default\&. 118 \&.gitignore), so that project owners can maintain a list of "big change" commit s that are ignored by hyper\-blame by default\&.
130 .RE 119 .RE
131 .SH "SEE ALSO" 120 .SH "SEE ALSO"
132 .sp 121 .sp
133 \fBgit-blame\fR(1) 122 \fBgit-blame\fR(1)
134 .SH "CHROMIUM DEPOT_TOOLS" 123 .SH "CHROMIUM DEPOT_TOOLS"
135 .sp 124 .sp
136 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi st with the development of chromium and related projects\&. Download the tools f rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. 125 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi st with the development of chromium and related projects\&. Download the tools f rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&.
137 .SH "NOTES" 126 .SH "NOTES"
138 .IP " 1." 4 127 .IP " 1." 4
139 here 128 here
140 .RS 4 129 .RS 4
141 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git 130 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
142 .RE 131 .RE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698