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:

committed by
Junio C Hamano

parent
ca64d061e0
commit
d932f4eb9f
@ -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))
|
||||
|
Reference in New Issue
Block a user