commit | 5ec3e67052289217c84e53d2cda90d939ac5725b | [log] [tgz] |
---|---|---|
author | Eyvind Bernhardsen <eyvind.bernhardsen@gmail.com> | Wed May 19 22:43:11 2010 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 19 20:42:34 2010 -0700 |
tree | 925b092d3514202f5bb0af98f9e19dd639f74a99 | |
parent | fd6cce9e89ab5ac1125a3b5f5611048ad22379e7 [diff] [blame] |
Rename the "crlf" attribute "text" As discussed on the list, "crlf" is not an optimal name. Linus suggested "text", which is much better. Signed-off-by: Eyvind Bernhardsen <eyvind.bernhardsen@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/attr.c b/attr.c index f5346ed..bf00469 100644 --- a/attr.c +++ b/attr.c
@@ -287,7 +287,7 @@ } static const char *builtin_attr[] = { - "[attr]binary -diff -crlf", + "[attr]binary -diff -text", NULL, };