This is a resend of the latest crlf fix/rename series, including the final "add core.eol" config variable patch and some minor fixes to the tests. I didn't include Finn Arne's "safe autocrlf" patch this time, but it is still required. -- Eyvind Eyvind Bernhardsen (4): Add tests for per-repository eol normalization Add per-repository eol normalization Rename the "crlf" attribute "text" Add "core.eol" config variable Documentation/config.txt | 28 +++++-- Documentation/git-cvsserver.txt | 13 +-- Documentation/gitattributes.txt | 167 +++++++++++++++++++++++++++++++-------- Makefile | 3 + attr.c | 2 +- cache.h | 22 +++++- config.c | 18 ++++- convert.c | 148 ++++++++++++++++++++++++++--------- environment.c | 3 +- git-cvsserver.perl | 13 ++- t/t0025-crlf-auto.sh | 155 ++++++++++++++++++++++++++++++++++++ t/t0026-eol-config.sh | 83 +++++++++++++++++++ 12 files changed, 562 insertions(+), 93 deletions(-) create mode 100755 t/t0025-crlf-auto.sh create mode 100755 t/t0026-eol-config.sh -- 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