* [PATCH] diff-format.txt: Expand information about pathnames quoting in patch format
@ 2006-10-26 19:03 Jakub Narebski
2006-10-26 20:21 ` [PATCH (amend)] diff-format.txt: Correct " Jakub Narebski
0 siblings, 1 reply; 2+ messages in thread
From: Jakub Narebski @ 2006-10-26 19:03 UTC (permalink / raw)
To: git
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
---
Documentation/diff-format.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt
index ed4ebcb..f980ecf 100644
--- a/Documentation/diff-format.txt
+++ b/Documentation/diff-format.txt
@@ -146,6 +146,9 @@ the file that rename/copy produces, resp
3. TAB, LF, and backslash characters in pathnames are
represented as `\t`, `\n`, and `\\`, respectively.
+ If there is need to quote pathname then the whole
+ pathname is put in double quotes, and quote characters
+ in pathname are represented as `\"`.
combined diff format
--
1.4.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH (amend)] diff-format.txt: Correct information about pathnames quoting in patch format
2006-10-26 19:03 [PATCH] diff-format.txt: Expand information about pathnames quoting in patch format Jakub Narebski
@ 2006-10-26 20:21 ` Jakub Narebski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Narebski @ 2006-10-26 20:21 UTC (permalink / raw)
To: git
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
---
Discard previous version, please. This one should be correct.
Documentation/diff-format.txt | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt
index ed4ebcb..e4520e2 100644
--- a/Documentation/diff-format.txt
+++ b/Documentation/diff-format.txt
@@ -144,8 +144,10 @@ the file that rename/copy produces, resp
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
--
1.4.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-26 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-26 19:03 [PATCH] diff-format.txt: Expand information about pathnames quoting in patch format Jakub Narebski
2006-10-26 20:21 ` [PATCH (amend)] diff-format.txt: Correct " Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).