X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=userdiff.c;h=df992490d5f86b5eff2b87e90090b1ec576aae9a;hb=6448e0ce44295c5168628a658614f2915cc3cd1f;hp=57529ae63d49826952b29860b3d4106b60250c7b;hpb=36e74ab7efa3db38499d1baa61ab0f8c45a133e8;p=git.git diff --git a/userdiff.c b/userdiff.c index 57529ae63..df992490d 100644 --- a/userdiff.c +++ b/userdiff.c @@ -198,7 +198,7 @@ struct userdiff_driver *userdiff_find_by_path(const char *path) struct git_attr_check check; if (!attr) - attr = git_attr("diff", 4); + attr = git_attr("diff"); check.attr = attr; if (!path)