File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,22 @@ linkgit:git-rev-list[1] for a complete list.
98
98
(See "History simplification" in linkgit:git-log[1] for a more
99
99
detailed explanation.)
100
100
101
+ -L<start>,<end>:<file>::
102
+ -L:<regex>:<file>::
103
+
104
+ Trace the evolution of the line range given by "<start>,<end>"
105
+ (or the funcname regex <regex>) within the <file>. You may
106
+ not give any pathspec limiters. This is currently limited to
107
+ a walk starting from a single revision, i.e., you may only
108
+ give zero or one positive revision arguments.
109
+ You can specify this option more than once.
110
+ +
111
+ *Note:* gitk (unlike linkgit:git-log[1]) currently only understands
112
+ this option if you specify it "glued together" with its argument. Do
113
+ *not* put a space after `-L`.
114
+ +
115
+ include::line-range-format.txt[]
116
+
101
117
<revision range>::
102
118
103
119
Limit the revisions to show. This can be either a single revision
You can’t perform that action at this time.
0 commit comments