Skip to content

Commit

Permalink
[PATCH] Document -R option for git-diff-tree.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano authored and Linus Torvalds committed May 20, 2005
1 parent 7c4d07c commit e593638
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-diff-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand All @@ -36,6 +36,9 @@ OPTIONS
-M::
Detect renames; implies -p, in turn implying also '-r'.

-R::
Output diff in reverse.

-r::
recurse

Expand Down

0 comments on commit e593638

Please sign in to comment.