summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-02 10:36:36 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-02 10:36:36 -0700
commit77085a616b0fe0eaba99dfe27247ae733f1570e9 (patch)
tree1d74d8b4aea4c099957ddfe978875a70f095c249
parentd634d61ed6c5f19948937012b5e3a0ed2d631d3f (diff)
downloadgit-77085a616b0fe0eaba99dfe27247ae733f1570e9.tar.gz
diff: undocument the compaction heuristic knobs for experimentation
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>
-rw-r--r--Documentation/diff-config.txt5
-rw-r--r--Documentation/diff-options.txt6
2 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/diff-config.txt b/Documentation/diff-config.txt
index 9bf3e923cf..6eaa45271c 100644
--- a/Documentation/diff-config.txt
+++ b/Documentation/diff-config.txt
@@ -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:
+
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index b513023cd7..3ad6404dbc 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -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.