Skip to content

Commit 9612e74

Browse files
committed
Do not talk about "diff" in rev-list documentation.
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 <[email protected]>
1 parent e5d3afd commit 9612e74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/rev-list-options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ you would get an output line this:
9090
This implies the '--topo-order' option by default, but the
9191
'--date-order' option may also be specified.
9292

93+
ifndef::git-rev-list[]
9394
Diff Formatting
9495
~~~~~~~~~~~~~~~
9596

@@ -119,6 +120,7 @@ options may be given. See linkgit:git-diff-files[1] for more options.
119120
-t::
120121

121122
Show the tree objects in the diff output. This implies '-r'.
123+
endif::git-rev-list[]
122124

123125
Commit Limiting
124126
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)