Introduce new config option for mmap limit.
[gitweb.git] / Documentation / git-rev-list.txt
index ec43c0b3a8ca87c2bd0116e1a20061eda3ca3f21..9e0dcf8d3fef2495da4940ce662a46cc8a2bf621 100644 (file)
@@ -10,6 +10,7 @@ SYNOPSIS
 --------
 [verse]
 'git-rev-list' [ \--max-count=number ]
+            [ \--skip=number ]
             [ \--max-age=timestamp ]
             [ \--min-age=timestamp ]
             [ \--sparse ]
@@ -139,6 +140,10 @@ limiting may be applied.
 
        Limit the number of commits output.
 
+--skip='number'::
+
+       Skip 'number' commits before starting to show the commit output.
+
 --since='date', --after='date'::
 
        Show commits more recent than a specific date.