From fe619d8d2de67ac941f0815011cefc7f60e59381 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 24 Feb 2014 21:22:20 +0000 Subject: [PATCH] Fixing line endings for cygwin --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 4b22f02..728c751 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,7 +2,8 @@ name = John Doty email = jddoty@gmail.com [core] - editor = emacs + editor = c:/chocolatey/bin/emacs.bat + autocrlf = true [pretty] doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset [format]