diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-11 11:46:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-12 22:40:44 -0700 |
commit | 9612e74342cfd38c0b83230a2c847cd070599a5a (patch) | |
tree | 5bc5a994912bffc5e78f4b421a9d4afcd0e9af6c | |
parent | e5d3afd78be54fc6e958c7ebad178593fd030441 (diff) | |
download | git-9612e74342cfd38c0b83230a2c847cd070599a5a.tar.gz |
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>
-rw-r--r-- | Documentation/rev-list-options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index c953d1cac5..abf34204db 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -90,6 +90,7 @@ you would get an output line this: This implies the '--topo-order' option by default, but the '--date-order' option may also be specified. +ifndef::git-rev-list[] Diff Formatting ~~~~~~~~~~~~~~~ @@ -119,6 +120,7 @@ options may be given. See linkgit:git-diff-files[1] for more options. -t:: Show the tree objects in the diff output. This implies '-r'. +endif::git-rev-list[] Commit Limiting ~~~~~~~~~~~~~~~ |