Code

Merge branch 'jc/conflict-marker-size'
[git.git] / builtin-pack-objects.c
index 890f45cf2070a476c0325033e898e9345091fef1..59b07fe491f37fbe47e04fe834138720336e3627 100644 (file)
@@ -673,7 +673,7 @@ static void setup_delta_attr_check(struct git_attr_check *check)
        static struct git_attr *attr_delta;
 
        if (!attr_delta)
-               attr_delta = git_attr("delta", 5);
+               attr_delta = git_attr("delta");
 
        check[0].attr = attr_delta;
 }