check-ignore -z: a single -z should apply to both input and output
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Jul 2013 06:07:02 +0000 (23:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Jul 2013 06:07:55 +0000 (23:07 -0700)
commitd6dcb92a1d462ef3f5739f4fd9b2000ba998f944
tree8f34f6a96c0aeea3cf8db8b0cc4c6fdaa84fb30c
parent94a55e4e9f15dbcd827ae0e6feeb951c66416366
check-ignore -z: a single -z should apply to both input and output

Unless a command has separate --nul-terminated-{input,output}
options, the --nul-terminated-records (-z) option should apply
to both input and output for consistency.  The caller knows that its
input paths may need to be protected for LF, and the program shows
these problematic paths to its output.

The code already did the right thing.  Only the help text needs
fixing.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/check-ignore.c