[PATCH] Document -R option for git-diff-tree.

Obviously we would want to document this as well.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Junio C Hamano
2005-05-20 00:26:27 -07:00
committed by Linus Torvalds
parent 7c4d07c7cc
commit e59363822f

View File

@ -9,7 +9,7 @@ git-diff-tree - Compares the content and mode of blobs found via two tree object
SYNOPSIS SYNOPSIS
-------- --------
'git-diff-tree' [-p] [-r] [-z] [--stdin] [-M] [-m] [-s] [-v] <tree-ish> <tree-ish> [<pattern>]\* 'git-diff-tree' [-p] [-r] [-z] [--stdin] [-M] [-R] [-m] [-s] [-v] <tree-ish> <tree-ish> [<pattern>]\*
DESCRIPTION DESCRIPTION
----------- -----------
@ -36,6 +36,9 @@ OPTIONS
-M:: -M::
Detect renames; implies -p, in turn implying also '-r'. Detect renames; implies -p, in turn implying also '-r'.
-R::
Output diff in reverse.
-r:: -r::
recurse recurse