From d932f4eb9fc88e93040635d291f6c195ea2e4ee3 Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Thu, 4 Aug 2011 06:36:33 +0200 Subject: Rename git_checkattr() to git_check_attr() Suggested by: Junio Hamano Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attr.c') diff --git a/attr.c b/attr.c index 658112eeb6..da29c8eb45 100644 --- a/attr.c +++ b/attr.c @@ -731,7 +731,7 @@ static void collect_all_attrs(const char *path) rem = fill(path, pathlen, stk, rem); } -int git_checkattr(const char *path, int num, struct git_attr_check *check) +int git_check_attr(const char *path, int num, struct git_attr_check *check) { int i; -- cgit v1.2.3