Skip to content

Commit 64e5e1f

Browse files
szedergitster
authored andcommitted
diff: 'diff.indentHeuristic' is no longer experimental
The indent heuristic started out as experimental, but it's now our default diff heuristic since 33de716 (diff: enable indent heuristic by default, 2017-05-08). Alas, that commit didn't update the documentation, and the description of the 'diff.indentHeuristic' configuration variable still implies that it's experimental and not the default. Update the description of 'diff.indentHeuristic' to make it clear that it's the default diff heuristic. The description of the related '--indent-heuristic' option has already been updated in bab7614 (diff: --indent-heuristic is no longer experimental, 2017-10-29). Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 75b2f01 commit 64e5e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/diff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ diff.guitool::
188188
include::../mergetools-diff.txt[]
189189

190190
diff.indentHeuristic::
191-
Set this option to `true` to enable experimental heuristics
191+
Set this option to `false` to disable the default heuristics
192192
that shift diff hunk boundaries to make patches easier to read.
193193

194194
diff.algorithm::

0 commit comments

Comments
 (0)