Skip to content

Commit

Permalink
Update description of -z option.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Jul 26, 2007
1 parent 91e1ee7 commit 654a7cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 654a7cc

Please sign in to comment.