Rename the "crlf" attribute "text"
[gitweb.git] / attr.c
diff --git a/attr.c b/attr.c
index f5346ed32a1b5caf908021805214fd97e033eb27..bf00469ecce6a3f74f7ef87f362b768b2bd9f05c 100644 (file)
--- a/attr.c
+++ b/attr.c
@@ -287,7 +287,7 @@ static void free_attr_elem(struct attr_stack *e)
 }
 
 static const char *builtin_attr[] = {
-       "[attr]binary -diff -crlf",
+       "[attr]binary -diff -text",
        NULL,
 };