]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Update description of -z option.
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Jul 2007 06:45:42 +0000 (23:45 -0700)
committerJunio 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>
Documentation/diff-options.txt

index 82165763ba138e587a59d5b5cea03e3b7a9af072..228ccaf10ab6bf7e4a3909d31ac31afbd2361d8c 100644 (file)
@@ -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.