From 0bdf1f360f240d524a76dd7fe01ef74c90959256 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Wed, 18 Nov 2009 14:54:18 +0530 Subject: [PATCH] all src/ and conf/: force crlf=input via gitattributes msysgit needs this on the initial clone, so it has to be on master. It doesn't seem to "apply" the gitattributes if you checkout a different branch later that has that setting; didn't investigate why --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d894ad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +conf/* crlf=input +src/* crlf=input +src/hooks/* crlf=input