summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-27 18:45:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-01-27 18:45:23 (GMT)
commitbf3939901bd18f9d22f1b54323d2dd8032ec8051 (patch)
treeb0fb17b8f5e2effd73c3db0d894d06612ab9aa77
parenta6bec00145da3013e693072122f2fa53076e73cd (diff)
parent0c1cddd01543feb101c0d95180e27ab840b280b9 (diff)
downloadgit-bf3939901bd18f9d22f1b54323d2dd8032ec8051.zip
git-bf3939901bd18f9d22f1b54323d2dd8032ec8051.tar.gz
git-bf3939901bd18f9d22f1b54323d2dd8032ec8051.tar.bz2
Merge branch 'tr/gitk-doc-range-trace'
* tr/gitk-doc-range-trace: Documentation/gitk: document -L option
-rw-r--r--Documentation/gitk.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index d44e14c..1e9e38a 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/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