diff: undocument the compaction heuristic knobs for experimentation
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 May 2016 17:36:36 +0000 (10:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 May 2016 17:36:36 +0000 (10:36 -0700)
It seems that people around here are all happy with the updated
heuristics used to decide where the hunks are separated.  Let's keep
that as the default.  Even though we do not expect too much trouble
from the difference between the old and the new algorithms, just in
case let's leave the implementation of the knobs to turn it off for
emergencies.  There is no longer need for documenting them, though.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-config.txt
Documentation/diff-options.txt

index 9bf3e92..6eaa452 100644 (file)
@@ -166,11 +166,6 @@ diff.tool::
 
 include::mergetools-diff.txt[]
 
-diff.compactionHeuristic::
-       Set this option to enable an experimental heuristic that
-       shifts the hunk boundary in an attempt to make the resulting
-       patch easier to read.
-
 diff.algorithm::
        Choose a diff algorithm.  The variants are as follows:
 +
index b513023..3ad6404 100644 (file)
@@ -63,12 +63,6 @@ ifndef::git-format-patch[]
        Synonym for `-p --raw`.
 endif::git-format-patch[]
 
---compaction-heuristic::
---no-compaction-heuristic::
-       These are to help debugging and tuning an experimental
-       heuristic that shifts the hunk boundary in an attempt to
-       make the resulting patch easier to read.
-
 --minimal::
        Spend extra time to make sure the smallest possible
        diff is produced.