summaryrefslogtreecommitdiffstats
path: root/git-diff-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-11-24 10:54:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-11-24 10:54:16 +0000
commit5706e0b5cf3d63b8c655239151d8e2ab308ffa4a (patch)
tree94782861a9c88207c54278ecdff7caf59ec4f816 /git-diff-index.html
parent9df0c66308c7d858d04f0ac7916bc4efe87b4486 (diff)
downloadgit-htmldocs-5706e0b5cf3d63b8c655239151d8e2ab308ffa4a.tar.gz
Autogenerated HTML docs for v1.6.6-rc0-50-gaf06e
Diffstat (limited to 'git-diff-index.html')
-rw-r--r--git-diff-index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/git-diff-index.html b/git-diff-index.html
index 2c71e765f..70adf5c5f 100644
--- a/git-diff-index.html
+++ b/git-diff-index.html
@@ -458,10 +458,13 @@ entries in the index are compared.</p></div>
</dt>
<dd>
<p>
- NUL-line termination on output. This affects the <tt>--raw</tt>
- output field terminator. Also output from commands such
- as <tt>git-log</tt> will be delimited with NUL between commits.
+ When <tt>--raw</tt> or <tt>--numstat</tt> has been given, do not munge
+ pathnames and use NULs as output field terminators.
</p>
+<div class="para"><p>Without this option, each pathname output will have TAB, LF, double quotes,
+and backslash characters replaced with <tt>\t</tt>, <tt>\n</tt>, <tt>\"</tt>, and <tt>\\</tt>,
+respectively, and the pathname will be enclosed in double quotes if
+any of those replacements occurred.</p></div>
</dd>
<dt>
--name-only
@@ -1503,7 +1506,7 @@ always have the special all-zero sha1.</td>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-11-21 17:36:54 UTC
+Last updated 2009-11-24 10:53:37 UTC
</div>
</div>
</body>