Merge branch 'jk/transfer-limit-protocol' into maint-2.3
[gitweb.git] / Documentation / git-log.txt
index 1f7bc67d6cc8a842151fc2e4705ecc4e6fb8392e..6e65c5aa328d6dfc918f614aea4e08a569f51221 100644 (file)
@@ -62,9 +62,9 @@ produced by `--stat`, etc.
        output by allowing them to allocate space in advance.
 
 -L <start>,<end>:<file>::
--L :<regex>:<file>::
+-L :<funcname>:<file>::
        Trace the evolution of the line range given by "<start>,<end>"
-       (or the funcname regex <regex>) within the <file>.  You may
+       (or the function name regex <funcname>) 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.