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
@ -45,8 +45,8 @@ static void check_attr(int cnt, struct git_attr_check *check,
|
||||
const char *file)
|
||||
{
|
||||
if (check != NULL) {
|
||||
if (git_checkattr(file, cnt, check))
|
||||
die("git_checkattr died");
|
||||
if (git_check_attr(file, cnt, check))
|
||||
die("git_check_attr died");
|
||||
output_attr(cnt, check, file);
|
||||
} else {
|
||||
if (git_all_attrs(file, &cnt, &check))
|
||||
|
Reference in New Issue
Block a user