summaryrefslogtreecommitdiffstats
path: root/git-diff-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-06-18 11:32:19 -0700
committerJunio C Hamano <gitster@pobox.com>2018-06-18 11:32:19 -0700
commit14e6683c9ffe288fd03fe38170e3d255056a7841 (patch)
treea3248ef8aa66bb4132fd6442a25d39a151b8173b /git-diff-index.html
parent49bcf742a2710071f132cc7efcad8c4f4d7f0984 (diff)
downloadgit-htmldocs-14e6683c9ffe288fd03fe38170e3d255056a7841.tar.gz
Autogenerated HTML docs for v2.18.0-rc2-76-g242ba
Diffstat (limited to 'git-diff-index.html')
-rw-r--r--git-diff-index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-diff-index.html b/git-diff-index.html
index d9c3ba6ec..f6603f2b7 100644
--- a/git-diff-index.html
+++ b/git-diff-index.html
@@ -829,7 +829,7 @@ files are compared.</p></div>
</dt>
<dd>
<p>
- Enable the heuristic that shift diff hunk boundaries to make patches
+ Enable the heuristic that shifts diff hunk boundaries to make patches
easier to read. This is the default.
</p>
</dd>
@@ -925,7 +925,7 @@ diff" algorithm internally.</p></div>
</dd>
</dl></div>
</div></div>
-<div class="paragraph"><p>For instance, if you configured diff.algorithm variable to a
+<div class="paragraph"><p>For instance, if you configured the <code>diff.algorithm</code> variable to a
non-default value and want to use the default one, then you
have to use <code>--diff-algorithm=default</code> option.</p></div>
</dd>
@@ -1322,7 +1322,7 @@ override configuration settings.</p></div>
Warn if changes introduce conflict markers or whitespace errors.
What are considered whitespace errors is controlled by <code>core.whitespace</code>
configuration. By default, trailing whitespaces (including
- lines that solely consist of whitespaces) and a space character
+ lines that consist solely of whitespaces) and a space character
that is immediately followed by a tab character inside the
initial indent of the line are considered whitespace errors.
Exits with non-zero status if problems are found. Not compatible
@@ -1341,7 +1341,7 @@ override configuration settings.</p></div>
this option is not given, and the configuration variable
<code>diff.wsErrorHighlight</code> is not set, only whitespace errors in
<code>new</code> lines are highlighted. The whitespace errors are colored
- whith <code>color.diff.whitespace</code>.
+ with <code>color.diff.whitespace</code>.
</p>
</dd>
<dt class="hdlist1">