summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-26 06:45:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-26 06:45:42 (GMT)
commit654a7ccc56f5dee3d11fbf6e928c14402c7495de (patch)
tree5d507f15afb50501f0ca1919ae8450a3bfbfebe9 /Documentation
parent91e1ee776283a238cc135fbbfc3f812492bcbd86 (diff)
downloadgit-654a7ccc56f5dee3d11fbf6e928c14402c7495de.zip
git-654a7ccc56f5dee3d11fbf6e928c14402c7495de.tar.gz
git-654a7ccc56f5dee3d11fbf6e928c14402c7495de.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/diff-options.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 8216576..228ccaf 100644
--- 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.