l10n: ko.po: Update Korean translation
[gitweb.git] / Documentation / diff-options.txt
index 29630c238912ef9b70ee1a8e9f3906a4d1f63ddd..e6215c372c3c3c876125c8ac363a446fd840e112 100644 (file)
@@ -572,5 +572,13 @@ endif::git-format-patch[]
 --line-prefix=<prefix>::
        Prepend an additional prefix to every line of output.
 
+--ita-invisible-in-index::
+       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 `--ita-visible-in-index`. Both options are
+       experimental and could be removed in future.
+
 For more detailed explanation on these common options, see also
 linkgit:gitdiffcore[7].