From: Charles Bailey Date: Sun, 18 Apr 2010 18:28:17 +0000 (+0100) Subject: Documentation: Describe other situations where -z affects git diff X-Git-Tag: v1.7.1-rc2~5^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=03aa87ed9912a6beac1a23e69ef0b70e1589d3d0;p=git.git Documentation: Describe other situations where -z affects git diff -z also alters the behaviour of --name-only and --name-status. Signed-off-by: Charles Bailey Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 8707d0e74..a1191d647 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -94,8 +94,8 @@ Also, when `--raw` or `--numstat` has been given, do not munge pathnames and use NULs as output field terminators. endif::git-log[] ifndef::git-log[] - When `--raw` or `--numstat` has been given, do not munge - pathnames and use NULs as output field terminators. + When `--raw`, `--numstat`, `--name-only` or `--name-status` has been + given, do not munge pathnames and use NULs as output field terminators. endif::git-log[] + Without this option, each pathname output will have TAB, LF, double quotes,