gitattributes: -crlf is not binary
authorJunio C Hamano <gitster@pobox.com>
Sat, 30 Aug 2008 21:35:15 +0000 (14:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 03:30:45 +0000 (20:30 -0700)
The description of crlf attribute incorrectly said that "-crlf" means
binary. It is true that for binary files you would want "-crlf", but
that is not the same thing.

We also have supported attribute macros and via that mechanism a handy
"binary" to specify "-crlf -diff" at the same time. It was not documented
anywhere as far as I can tell, even though the support was there from
the very beginning.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found