summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
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 /git-rev-list.html
parentf335393cb267ed983d1b9d6574b95d6f26bd5a85 (diff)
downloadgit-htmldocs-eccdd4a4b39010678cef09a1c28c964396d2cc84.tar.gz
Autogenerated HTML docs for v1.7.12-315-g682c
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index e82955d2a..779bac24b 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1554,12 +1554,16 @@ together.</p></div>
</p>
</dd>
<dt class="hdlist1">
---no-walk
+--no-walk[=(sorted|unsorted)]
</dt>
<dd>
<p>
- Only show the given revs, but do not traverse their ancestors.
- This has no effect if a range is specified.
+ 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.
</p>
</dd>
<dt class="hdlist1">