X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=dir.c;h=133f472a1e73786e781c1021eea17e543858937f;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=151ea670d961d39394990f122469557b6f217de3;hpb=ea56a7ed971f3bd547abb16a3cb9a41c00133c85;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;