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 <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2008-08-11 11:46:56 -07:00
Родитель e5d3afd78b
Коммит 9612e74342
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -90,6 +90,7 @@ you would get an output line this:
This implies the '--topo-order' option by default, but the This implies the '--topo-order' option by default, but the
'--date-order' option may also be specified. '--date-order' option may also be specified.
ifndef::git-rev-list[]
Diff Formatting Diff Formatting
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@ -119,6 +120,7 @@ options may be given. See linkgit:git-diff-files[1] for more options.
-t:: -t::
Show the tree objects in the diff output. This implies '-r'. Show the tree objects in the diff output. This implies '-r'.
endif::git-rev-list[]
Commit Limiting Commit Limiting
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~