From a5f284f83b81a0254df7d3616e9b0e931e9abd65 Mon Sep 17 00:00:00 2001 From: Dmitry Kakurin Date: Tue, 14 Aug 2007 19:29:48 -0700 Subject: [PATCH] Issue 21: core.autocrlf should be set to true (at least for end-users) GitMe will now set autocrlf = input Signed-off-by: Dmitry Kakurin --- share/GitMe/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/share/GitMe/gitconfig b/share/GitMe/gitconfig index e7da199076..721d0ee36b 100644 --- a/share/GitMe/gitconfig +++ b/share/GitMe/gitconfig @@ -1,2 +1,3 @@ [core] symlinks = false + autocrlf = input -- 2.11.4.GIT