From: Junio C Hamano Date: Thu, 26 Jul 2007 06:45:42 +0000 (-0700) Subject: Update description of -z option. X-Git-Tag: v1.5.3-rc4~58 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=654a7ccc56f5dee3d11fbf6e928c14402c7495de;p=git.git Update description of -z option. The NUL you see in "git log" (without diff) output are between records, not at the end of each record. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 82165763b..228ccaf10 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -43,7 +43,9 @@ Synonym for "-p --stat". -z:: - \0 line termination on output + NUL-line termination on output. This affects the --raw + output field terminator. Also output from commands such + as "git-log" will be delimited with NUL between commits. --name-only:: Show only names of changed files.