]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-check-attr.txt
check-attr -z: a single -z should apply to both input and output
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Jul 2013 06:02:40 +0000 (23:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Jul 2013 06:10:22 +0000 (23:10 -0700)
commitf7cd8c50b9ab83e084e8f52653ecc8d90665eef2
treeb47a1f19ff26f9e0d75ca256e0a0b3c75436c0f4
parentd6dcb92a1d462ef3f5739f4fd9b2000ba998f944
check-attr -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.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-check-attr.txt
builtin/check-attr.c