diff options
Diffstat (limited to 'convert.c')
| -rw-r--r-- | convert.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ #include "copy.h" #include "gettext.h" #include "hex.h" -#include "object-store-ll.h" +#include "object-file.h" #include "attr.h" #include "run-command.h" #include "quote.h" @@ -1326,7 +1326,7 @@ void convert_attrs(struct index_state *istate, "eol", "text", "working-tree-encoding", NULL); user_convert_tail = &user_convert; - git_config(read_convert_config, NULL); + repo_config(the_repository, read_convert_config, NULL); } git_check_attr(istate, path, check); |
