X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=dir.c;h=133f472a1e73786e781c1021eea17e543858937f;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=151ea670d961d39394990f122469557b6f217de3;hpb=01aedc930b6c3b46d229e33ac6f70b3d91fc1d2b;p=git.git diff --git a/dir.c b/dir.c index 151ea670d..133f472a1 100644 --- a/dir.c +++ b/dir.c @@ -453,7 +453,7 @@ static struct dir_entry *dir_add_name(struct dir_struct *dir, const char *pathna return dir->entries[dir->nr++] = dir_entry_new(pathname, len); } -static struct dir_entry *dir_add_ignored(struct dir_struct *dir, const char *pathname, int len) +struct dir_entry *dir_add_ignored(struct dir_struct *dir, const char *pathname, int len) { if (!cache_name_is_other(pathname, len)) return NULL;