commit | bbb896d8e10f736bfda8f587c0009c358c9a8599 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Aug 30 14:35:15 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Aug 30 20:30:45 2008 -0700 |
tree | b83f28279a68439b9b044bccc313bbeaa3e973f5 | |
parent | ed0f47a8c431f27e0bd131ea1cf9cabbd580745b [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>