projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b9d56
)
allow diff.renamelimit to be set regardless of -M/-C
v1.4.2-rc4
author
Junio C Hamano
<junkio@cox.net>
Wed, 9 Aug 2006 21:05:23 +0000
(14:05 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 9 Aug 2006 21:05:23 +0000
(14:05 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c
patch
|
blob
|
history
diff --git
a/diff.c
b/diff.c
index 02a409d9647f1093310a7ab3325fad5c2c3951ad..b3b1781a9cac05457e42691970c93b6e1501f68c 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-1518,9
+1518,6
@@
int diff_setup_done(struct diff_options *options)
if (options->find_copies_harder)
options->detect_rename = DIFF_DETECT_COPY;
- if ((0 <= options->rename_limit && !options->detect_rename)
- return -1;
-
if (options->output_format & (DIFF_FORMAT_NAME |
DIFF_FORMAT_NAME_STATUS |
DIFF_FORMAT_CHECKDIFF |