summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-10 16:28:17 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-10 16:28:17 -0700
commiteccdd4a4b39010678cef09a1c28c964396d2cc84 (patch)
tree2d65a5eb275d2fae69f4bfe3fd046907a0cf1037 /rev-list-options.txt
parentf335393cb267ed983d1b9d6574b95d6f26bd5a85 (diff)
downloadgit-htmldocs-eccdd4a4b39010678cef09a1c28c964396d2cc84.tar.gz
Autogenerated HTML docs for v1.7.12-315-g682c
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index def1340ac..5436eba6e 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -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::