Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bump rename limit defaults
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 3632b552b2eae5bda3cdec3323f3a68907c6f09a..f7355191dde978c057ca0c56fc1aa98db4ebcc02 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-19,7
+19,7
@@
#endif
static int diff_detect_rename_default;
-static int diff_rename_limit_default =
1
00;
+static int diff_rename_limit_default =
2
00;
int diff_use_color_default = -1;
static const char *external_diff_cmd_cfg;
int diff_auto_refresh_index = 1;