diff options
Diffstat (limited to 'archive.c')
| -rw-r--r-- | archive.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ static const struct attr_check *get_archive_attrs(const char *path) static struct attr_check *check; if (!check) check = attr_check_initl("export-ignore", "export-subst", NULL); - return git_check_attr(path, check) ? NULL : check; + return git_check_attr(&the_index, path, check) ? NULL : check; } static int check_attr_export_ignore(const struct attr_check *check) |
