Skip to content

Commit e115170

Browse files
committed
Merge branch 'sg/diff-indent-heuristic-non-experimental'
We promoted the "indent heuristics" that decides where to split diff hunks from experimental to the default a few years ago, but some stale documentation still marked it as experimental, which has been corrected. * sg/diff-indent-heuristic-non-experimental: diff: 'diff.indentHeuristic' is no longer experimental
2 parents f4f8dfe + 64e5e1f commit e115170

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
@@ -189,7 +189,7 @@ diff.guitool::
189189
include::../mergetools-diff.txt[]
190190

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

195195
diff.algorithm::

0 commit comments

Comments
 (0)