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)
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>
No differences found