author | Junio C Hamano <gitster@pobox.com> | |
Sat, 30 Aug 2008 21:35:15 +0000 (14:35 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 31 Aug 2008 03:30:45 +0000 (20:30 -0700) | ||
commit | bbb896d8e10f736bfda8f587c0009c358c9a8599 | |
tree | b83f28279a68439b9b044bccc313bbeaa3e973f5 | tree | snapshot |
parent | ed0f47a8c431f27e0bd131ea1cf9cabbd580745b | commit | diff |
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>
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 | diff | blob | history |