summaryrefslogtreecommitdiffstats
path: root/git-show.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-11 12:37:48 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-11 12:37:48 -0700
commit8c5d59493937c1482fea3e1c3d494aba0abe1005 (patch)
tree075f9dcc996ccc620b362aeb22114c802af0af01 /git-show.html
parent975f4dba2f3b9bdb50b16dbad38ac610850e9fc2 (diff)
downloadgit-htmldocs-8c5d59493937c1482fea3e1c3d494aba0abe1005.tar.gz
Autogenerated HTML docs for v2.4.3-413-ga5fe66
Diffstat (limited to 'git-show.html')
-rw-r--r--git-show.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/git-show.html b/git-show.html
index 0c635ba5d..95f414716 100644
--- a/git-show.html
+++ b/git-show.html
@@ -1892,6 +1892,20 @@ override configuration settings.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--ws-error-highlight=&lt;kind&gt;
+</dt>
+<dd>
+<p>
+ Highlight whitespace errors on lines specified by &lt;kind&gt;
+ in the color specified by <code>color.diff.whitespace</code>. &lt;kind&gt;
+ is a comma separated list of <code>old</code>, <code>new</code>, <code>context</code>. When
+ this option is not given, only whitespace errors in <code>new</code>
+ lines are highlighted. E.g. <code>--ws-error-highlight=new,old</code>
+ highlights whitespace errors on both deleted and added lines.
+ <code>all</code> can be used as a short-hand for <code>old,new,context</code>.
+</p>
+</dd>
+<dt class="hdlist1">
--full-index
</dt>
<dd>