This adds an obviously sane pair of default attribute rules as built-ins. Signed-off-by: Junio C Hamano <junkio@xxxxxxx> --- attr.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/attr.c b/attr.c index 3a14df1..9068c2e 100644 --- a/attr.c +++ b/attr.c @@ -194,6 +194,8 @@ static void free_attr_elem(struct attr_stack *e) } static const char *builtin_attr[] = { + "[attr]binary !diff !crlf", + "* diff crlf", NULL, }; -- 1.5.1.1.810.gac3a - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html