summaryrefslogtreecommitdiffstats
path: root/git-diff-files.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-06 13:45:42 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-06 13:45:42 +0900
commita65b67605da51cd9b94659acdac8984dd205dcc7 (patch)
tree8ceb51ee29428c272dec1ba45a42c7db737ecbef /git-diff-files.html
parentce019c05e3dd0419834876477675e32340b17936 (diff)
downloadgit-htmldocs-a65b67605da51cd9b94659acdac8984dd205dcc7.tar.gz
Autogenerated HTML docs for v2.15.0-55-gc2ece
Diffstat (limited to 'git-diff-files.html')
-rw-r--r--git-diff-files.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/git-diff-files.html b/git-diff-files.html
index f39b5667b..295b00437 100644
--- a/git-diff-files.html
+++ b/git-diff-files.html
@@ -825,14 +825,18 @@ same as for <em>git diff-index</em> and <em>git diff-tree</em>.</p></div>
<dt class="hdlist1">
--indent-heuristic
</dt>
+<dd>
+<p>
+ Enable the heuristic that shift diff hunk boundaries to make patches
+ easier to read. This is the default.
+</p>
+</dd>
<dt class="hdlist1">
--no-indent-heuristic
</dt>
<dd>
<p>
- These are to help debugging and tuning experimental heuristics
- (which are off by default) that shift diff hunk boundaries to
- make patches easier to read.
+ Disable the indent heuristic.
</p>
</dd>
<dt class="hdlist1">