[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>
maint
Junio C Hamano 2005-05-20 00:26:27 -07:00 committed by Linus Torvalds
parent 7c4d07c7cc
commit e59363822f
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@ git-diff-tree - Compares the content and mode of blobs found via two tree object

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
-----------
@ -36,6 +36,9 @@ OPTIONS
-M::
Detect renames; implies -p, in turn implying also '-r'.

-R::
Output diff in reverse.

-r::
recurse