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>
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user