Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
attr: retire git_check_attrs() API
[gitweb.git]
/
attr.c
diff --git
a/attr.c
b/attr.c
index 40818246f34c5b7b3a2d003fe94021c7fa8a54a1..c0e7893b5fa9ff0ffa1d22c6f2195334913bc3e3 100644
(file)
--- a/
attr.c
+++ b/
attr.c
@@
-890,7
+890,8
@@
static void collect_some_attrs(const char *path, int num,
rem = fill(path, pathlen, basename_offset, stk, rem);
}
-int git_check_attrs(const char *path, int num, struct attr_check_item *check)
+static int git_check_attrs(const char *path, int num,
+ struct attr_check_item *check)
{
int i;