summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 91e1ee7)
raw | patch | inline | side by side (parent: 91e1ee7)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 Jul 2007 06:45:42 +0000 (23:45 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 Jul 2007 06:45:42 +0000 (23:45 -0700) |
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>
not at the end of each record.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt | patch | blob | history |
index 82165763ba138e587a59d5b5cea03e3b7a9af072..228ccaf10ab6bf7e4a3909d31ac31afbd2361d8c 100644 (file)
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.