[PATCH] diff-format.txt: Expand information about pathnames quoting in patch format
From: Jakub Narebski <hidden>
Date: 2016-08-11 19:22:22
Signed-off-by: Jakub Narebski <redacted> --- 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