git-clone.txt: remove shallow clone limitations
[gitweb.git] / Documentation / line-range-format.txt
index cf84417060b24a7196bb5d3c1784e149eefe54c4..d7f26039cac500ff922dd3fb9470912b03718335 100644 (file)
@@ -24,4 +24,6 @@ of lines before or after the line given by <start>.
 +
 If ``:<regex>'' is given in place of <start> and <end>, it denotes the range
 from the first funcname line that matches <regex>, up to the next
-funcname line.
+funcname line. ``:<regex>'' searches from the end of the previous `-L` range,
+if any, otherwise from the start of file.
+``^:<regex>'' searches from the start of file.