gitattributes: -crlf is not binary
commitbbb896d8e10f736bfda8f587c0009c358c9a8599
authorJunio C Hamano <gitster@pobox.com>
Sat, 30 Aug 2008 21:35:15 +0000 (30 14:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 03:30:45 +0000 (30 20:30 -0700)
treeb83f28279a68439b9b044bccc313bbeaa3e973f5
parented0f47a8c431f27e0bd131ea1cf9cabbd580745b
gitattributes: -crlf is not binary

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>
Documentation/gitattributes.txt