OSDN Git Service

Add a test for checking whether gitattributes is honored by checkout.
authorKristian Amlie <kristian.amlie@nokia.com>
Fri, 20 Mar 2009 09:32:09 +0000 (10:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2009 16:36:16 +0000 (09:36 -0700)
commitb997045e01c2f12ac7dc44c487915f8e50da4d4d
treeb7f67d4dd07f25d263ce8a829c03e486b79c49f0
parent06f33c1735bf76e02f3e2601cde5161e969872a7
Add a test for checking whether gitattributes is honored by checkout.

The original bug will not honor new entries in gitattributes if they
are changed in the same checkout as the files they affect.

It will also keep using .gitattributes, even if it is deleted in the
same commit as the files it affects.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0020-crlf.sh