diff options
author | c.shoemaker@cox.net <c.shoemaker@cox.net> | 2005-10-29 00:16:01 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-28 22:21:32 -0700 |
commit | 1cb7f22e5c344026524300941f66573f313ff093 (patch) | |
tree | 5c625cd58b511367ad93f504dc3b856524bf4204 /Documentation/diff-options.txt | |
parent | 0363ecf6414e75d4423814ba930f67edaef91683 (diff) | |
download | git-1cb7f22e5c344026524300941f66573f313ff093.tar.gz git-1cb7f22e5c344026524300941f66573f313ff093.tar.xz |
Remove -r from common diff options documentation in one more place
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 06500d04b..32005b03f 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -4,10 +4,6 @@ -u:: Synonym for "-p". --r:: - Look recursively in subdirectories; only used by "git-diff-tree"; - other diff commands always work recursively. - -z:: \0 line termination on output |