diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-27 10:45:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-27 10:45:23 -0800 |
commit | bf3939901bd18f9d22f1b54323d2dd8032ec8051 (patch) | |
tree | b0fb17b8f5e2effd73c3db0d894d06612ab9aa77 | |
parent | Merge branch 'jk/mark-edges-uninteresting' (diff) | |
parent | Documentation/gitk: document -L option (diff) | |
download | tgif-bf3939901bd18f9d22f1b54323d2dd8032ec8051.tar.xz |
Merge branch 'tr/gitk-doc-range-trace'
* tr/gitk-doc-range-trace:
Documentation/gitk: document -L option
-rw-r--r-- | Documentation/gitk.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index d44e14c138..1e9e38ae40 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 |