diff: disable compaction heuristic for now
[gitweb.git] / diff.c
diff --git a/diff.c b/diff.c
index 05ca3ce08e21082f66ea9a8c6d0b51d1e56c6815..9116d9d1c792d66350abc4bc86cf8d5866be5fc7 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -25,7 +25,7 @@
 #endif
 
 static int diff_detect_rename_default;
-static int diff_compaction_heuristic = 1;
+static int diff_compaction_heuristic; /* experimental */
 static int diff_rename_limit_default = 400;
 static int diff_suppress_blank_empty;
 static int diff_use_color_default = -1;