summaryrefslogtreecommitdiff
path: root/Documentation/git-diff-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-20 07:26:27 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-20 15:00:01 (GMT)
commite59363822f7026896209a9e986c6bf80b10ab37a (patch)
treeb8add70f60c3a9040e58bab2cd38affc8f9a7ce8 /Documentation/git-diff-tree.txt
parent7c4d07c7cc8543f1000639dc19cfaacbc76e5348 (diff)
downloadgit-e59363822f7026896209a9e986c6bf80b10ab37a.zip
git-e59363822f7026896209a9e986c6bf80b10ab37a.tar.gz
git-e59363822f7026896209a9e986c6bf80b10ab37a.tar.bz2
[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>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r--Documentation/git-diff-tree.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt
index 4c45c26..244f285 100644
--- a/Documentation/git-diff-tree.txt
+++ b/Documentation/git-diff-tree.txt
@@ -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