summaryrefslogtreecommitdiffstats
path: root/diff-format.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-10-27 09:29:13 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-10-27 09:29:13 +0000
commita053d54fabc1d177125a3c62a267ca75f2cda80b (patch)
tree4e9c16a9a825e469def0007330c6e270d5077a06 /diff-format.txt
parent29f1431cd9ec079ebf2d1055c947a1883ddf0fa1 (diff)
downloadgit-htmldocs-a053d54fabc1d177125a3c62a267ca75f2cda80b.tar.gz
Autogenerated HTML docs for v1.4.3.3-g01929
Diffstat (limited to 'diff-format.txt')
-rw-r--r--diff-format.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/diff-format.txt b/diff-format.txt
index ed4ebcbab..e4520e28e 100644
--- a/diff-format.txt
+++ b/diff-format.txt
@@ -144,8 +144,10 @@ the file that rename/copy produces, respectively.
dissimilarity index <number>
index <hash>..<hash> <mode>
-3. TAB, LF, and backslash characters in pathnames are
- represented as `\t`, `\n`, and `\\`, respectively.
+3. TAB, LF, double quote and backslash characters in pathnames
+ are represented as `\t`, `\n`, `\"` and `\\`, respectively.
+ If there is need for such substitution then the whole
+ pathname is put in double quotes.
combined diff format