summaryrefslogtreecommitdiffstats
path: root/gitk.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-27 13:31:26 -0800
committerJunio C Hamano <gitster@pobox.com>2014-01-27 13:31:26 -0800
commitc5bd79e0cb5f924e05e9e6cdb64a4be2ade572e1 (patch)
tree1e2fc163814f8a67de8629f2a39db92f2160c39b /gitk.txt
parentfd98be8ac969289726bc1df7bab75d2e02ddbaa7 (diff)
downloadgit-htmldocs-c5bd79e0cb5f924e05e9e6cdb64a4be2ade572e1.tar.gz
Autogenerated HTML docs for v1.9-rc1
Diffstat (limited to 'gitk.txt')
-rw-r--r--gitk.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/gitk.txt b/gitk.txt
index d44e14c13..1e9e38ae4 100644
--- a/gitk.txt
+++ b/gitk.txt
@@ -98,6 +98,22 @@ linkgit:git-rev-list[1] for a complete list.
(See "History simplification" in linkgit:git-log[1] for a more
detailed explanation.)
+-L<start>,<end>:<file>::
+-L:<regex>:<file>::
+
+ Trace the evolution of the line range given by "<start>,<end>"
+ (or the funcname regex <regex>) within the <file>. You may
+ not give any pathspec limiters. This is currently limited to
+ a walk starting from a single revision, i.e., you may only
+ give zero or one positive revision arguments.
+ You can specify this option more than once.
++
+*Note:* gitk (unlike linkgit:git-log[1]) currently only understands
+this option if you specify it "glued together" with its argument. Do
+*not* put a space after `-L`.
++
+include::line-range-format.txt[]
+
<revision range>::
Limit the revisions to show. This can be either a single revision