summaryrefslogtreecommitdiffstats
path: root/git-diff-files.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-27 16:31:34 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-27 16:31:34 -0700
commitf7017f1db02bcb4fd08c70ab72335477ff54827f (patch)
treefef710d6050267740b2c739efc387cd7cc8e0d43 /git-diff-files.html
parent4a401d5d92702e0028f6a84625d0cac6218502f6 (diff)
downloadgit-htmldocs-f7017f1db02bcb4fd08c70ab72335477ff54827f.tar.gz
Autogenerated HTML docs for v2.10.1-678-geda7e
Diffstat (limited to 'git-diff-files.html')
-rw-r--r--git-diff-files.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-diff-files.html b/git-diff-files.html
index 066163f18..041ecce89 100644
--- a/git-diff-files.html
+++ b/git-diff-files.html
@@ -1676,6 +1676,19 @@ information.</p></div>
Prepend an additional prefix to every line of output.
</p>
</dd>
+<dt class="hdlist1">
+--ita-invisible-in-index
+</dt>
+<dd>
+<p>
+ By default entries added by "git add -N" appear as an existing
+ empty file in "git diff" and a new file in "git diff --cached".
+ This option makes the entry appear as a new file in "git diff"
+ and non-existent in "git diff --cached". This option could be
+ reverted with <code>--ita-visible-in-index</code>. Both options are
+ experimental and could be removed in future.
+</p>
+</dd>
</dl></div>
<div class="paragraph"><p>For more detailed explanation on these common options, see also
<a href="gitdiffcore.html">gitdiffcore(7)</a>.</p></div>