Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> --- 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html