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
parent
91e1ee7762
commit
654a7ccc56
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue