From: Jakub Narebski Date: Thu, 26 Oct 2006 20:21:02 +0000 (+0200) Subject: diff-format.txt: Correct information about pathnames quoting in patch format X-Git-Tag: v1.4.3.4~19 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb8e23fae2ac9af831260079b14eabad316f3769;p=git.git diff-format.txt: Correct information about pathnames quoting in patch format Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt index 174d63a1e..2060ae2fc 100644 --- a/Documentation/diff-format.txt +++ b/Documentation/diff-format.txt @@ -144,8 +144,10 @@ the file that rename/copy produces, respectively. dissimilarity index index .. -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