[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:
parent
7c4d07c7cc
commit
e59363822f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user