diff options
author | Junio C Hamano <junkio@cox.net> | 2005-05-20 00:26:27 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-20 08:00:01 -0700 |
commit | e59363822f7026896209a9e986c6bf80b10ab37a (patch) | |
tree | b8add70f60c3a9040e58bab2cd38affc8f9a7ce8 /Documentation | |
parent | 7c4d07c7cc8543f1000639dc19cfaacbc76e5348 (diff) | |
download | git-e59363822f7026896209a9e986c6bf80b10ab37a.tar.gz git-e59363822f7026896209a9e986c6bf80b10ab37a.tar.xz |
[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')
-rw-r--r-- | Documentation/git-diff-tree.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 4c45c263b..244f28513 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 |