X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=convert.c;h=27acce58bc4bec60a394f03db1f6e60e1e4cfc3e;hb=aa14013abf27637dc2a2c0bee56fb98a981ee08d;hp=950b1f9840663e7536256babb05f68de01a4689b;hpb=c216830f3828ae54c956a06fa6e4fdf212eecec1;p=git.git diff --git a/convert.c b/convert.c index 950b1f984..27acce58b 100644 --- a/convert.c +++ b/convert.c @@ -378,9 +378,9 @@ static void setup_convert_check(struct git_attr_check *check) static struct git_attr *attr_filter; if (!attr_crlf) { - attr_crlf = git_attr("crlf", 4); - attr_ident = git_attr("ident", 5); - attr_filter = git_attr("filter", 6); + attr_crlf = git_attr("crlf"); + attr_ident = git_attr("ident"); + attr_filter = git_attr("filter"); user_convert_tail = &user_convert; git_config(read_convert_config, NULL); }