projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e1ee7
)
Update description of -z option.
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>
Documentation/diff-options.txt
patch
|
blob
|
history
diff --git
a/Documentation/diff-options.txt
b/Documentation/diff-options.txt
index 82165763ba138e587a59d5b5cea03e3b7a9af072..228ccaf10ab6bf7e4a3909d31ac31afbd2361d8c 100644
(file)
--- a/
Documentation/diff-options.txt
+++ b/
Documentation/diff-options.txt
@@
-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.