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 <gitster@pobox.com>
maint
Junio C Hamano 2007-07-25 23:45:42 -07:00
parent 91e1ee7762
commit 654a7ccc56
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@
Synonym for "-p --stat". Synonym for "-p --stat".


-z:: -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:: --name-only::
Show only names of changed files. Show only names of changed files.