Merge branch 'jc/maint-ident-missing-human-name'
[gitweb.git] / Documentation / rev-list-options.txt
index def1340ac73cc3abab8084f14dfb8d54d2476177..5436eba6e761716cfeaee2683566137736497791 100644 (file)
@@ -636,10 +636,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.
-       This has no effect if a range is specified.
+--no-walk[=(sorted|unsorted)]::
+
+       Only show the given commits, but do not traverse their ancestors.
+       This has no effect if a range is specified. If the argument
+       "unsorted" is given, the commits are show in the order they were
+       given on the command line. Otherwise (if "sorted" or no argument
+       was given), the commits are show in reverse chronological order
+       by commit time.
 
 --do-walk::