Fix over-simplified documentation for 'git log -z'
commit5c931c8da2db4a8e0b5713e97cce474b6596e2ff
authorBjörn Gustavsson <bgustavsson@gmail.com>
Mon, 23 Nov 2009 07:40:24 +0000 (23 08:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Nov 2009 09:21:51 +0000 (23 01:21 -0800)
treef2b766e3dfe4f0dd17398d704287c4125b97c321
parentc34ec65567793d16119c28df6ebeecfe8eb3d9f5
Fix over-simplified documentation for 'git log -z'

In commit 64485b4a, the documentation for 'git log -z' was
simplified too much. The -z option actually changes the behavior
of 'git log' in two ways: commits will be ended with a NUL
instead of a LF (correctly documented) and the --raw and
--numstat will have NUL as field terminators (omitted in
the documentation for 'git log').

Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt