summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e5d3afd)
raw | patch | inline | side by side (parent: e5d3afd)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 11 Aug 2008 18:46:56 +0000 (11:46 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 13 Aug 2008 05:40:44 +0000 (22:40 -0700) |
Since 8c02eee (git-rev-list(1): group options; reformat; document more
options, 2006-09-01), git-rev-list documentation talks as if it supports
any kind of diff output. It doesn't.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
options, 2006-09-01), git-rev-list documentation talks as if it supports
any kind of diff output. It doesn't.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt | patch | blob | history |
index c953d1cac53412c08870d013e2db5e22b8e6fe6e..abf34204db6e229d2e529c94ba832ff07368e8d9 100644 (file)
This implies the '--topo-order' option by default, but the
'--date-order' option may also be specified.
+ifndef::git-rev-list[]
Diff Formatting
~~~~~~~~~~~~~~~
-t::
Show the tree objects in the diff output. This implies '-r'.
+endif::git-rev-list[]
Commit Limiting
~~~~~~~~~~~~~~~