t1301-shared-repo.sh: fix 'stat' portability issue
[gitweb.git] / Documentation / git-rev-list.txt
index 0430139093ddfc3bf9742eab279acc7afaa8951b..1c1978140f68a5e21dec6ea8d6715b58666f8b7c 100644 (file)
@@ -37,6 +37,7 @@ SYNOPSIS
             [ \--merge ]
             [ \--reverse ]
             [ \--walk-reflogs ]
+            [ \--no-walk ] [ \--do-walk ]
             <commit>... [ \-- <paths>... ]
 
 DESCRIPTION
@@ -398,6 +399,14 @@ These options are mostly targeted for packing of git repositories.
        Only useful with '--objects'; print the object IDs that are not
        in packs.
 
+--no-walk::
+
+       Only show the given revs, but do not traverse their ancestors.
+
+--do-walk::
+
+       Overrides a previous --no-walk.
+
 
 include::pretty-formats.txt[]