attr: warn on inaccessible attribute files
authorJeff King <peff@peff.net>
Tue, 21 Aug 2012 06:31:52 +0000 (02:31 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Aug 2012 21:47:07 +0000 (14:47 -0700)
Just like config and gitignore files, we silently ignore
missing or inaccessible attribute files. An existent but
inaccessible file is probably a configuration error, so
let's warn the user.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found