Rename git_checkattr() to git_check_attr()

Suggested by: Junio Hamano <gitster@pobox.com>

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michael Haggerty
2011-08-04 06:36:33 +02:00
committed by Junio C Hamano
parent ca64d061e0
commit d932f4eb9f
10 changed files with 16 additions and 16 deletions

View File

@ -270,7 +270,7 @@ struct userdiff_driver *userdiff_find_by_path(const char *path)
if (!path)
return NULL;
if (git_checkattr(path, 1, &check))
if (git_check_attr(path, 1, &check))
return NULL;
if (ATTR_TRUE(check.value))