author | Björn Gustavsson <bgustavsson@gmail.com> | |
Mon, 23 Nov 2009 07:40:24 +0000 (08:40 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Nov 2009 09:21:51 +0000 (01:21 -0800) | ||
commit | 5c931c8da2db4a8e0b5713e97cce474b6596e2ff | |
tree | f2b766e3dfe4f0dd17398d704287c4125b97c321 | tree | snapshot |
parent | c34ec65567793d16119c28df6ebeecfe8eb3d9f5 | commit | diff |
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>
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 | diff | blob | history |