summaryrefslogtreecommitdiffstats
path: root/git-format-patch.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-format-patch.html
parentce019c05e3dd0419834876477675e32340b17936 (diff)
downloadgit-htmldocs-a65b67605da51cd9b94659acdac8984dd205dcc7.tar.gz
Autogenerated HTML docs for v2.15.0-55-gc2ece
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 4eefc700e..f14ac2456 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -852,14 +852,18 @@ reference.</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">