Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use DIFF_DETECT_RENAME for detect_rename assignments
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 74283d9001fbc48d11ba5c449ea7c16692791c88..4359e3be688127095dd478949830106f8be5d2ba 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-218,7
+218,7
@@
static int parse_ws_error_highlight(const char *arg)
*/
void init_diff_ui_defaults(void)
{
- diff_detect_rename_default =
1
;
+ diff_detect_rename_default =
DIFF_DETECT_RENAME
;
}
int git_diff_heuristic_config(const char *var, const char *value, void *cb)