Code

Documentation: Describe other situations where -z affects git diff
authorCharles Bailey <charles@hashpling.org>
Sun, 18 Apr 2010 18:28:17 +0000 (19:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Apr 2010 20:43:53 +0000 (13:43 -0700)
-z also alters the behaviour of --name-only and --name-status.

Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt

index 8707d0e7404543d0565d72566a8db5946d9467ee..a1191d647bfb4685701e47de794bf14964de0088 100644 (file)
@@ -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,