From 655dc3615a57410ebe2e71194f50284db241ab7b Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Sat, 21 Mar 2009 11:11:48 +0100 Subject: [PATCH] .gitattributes: make sure /etc/termcap has unix line-endings If checked out with crlf/windows line-endings, 'less' (among other applications) reports that the terminal isn't fully functional. This issue is listed in the msysgit bug-tracker as issue 184. This patch makes sure that the file is checked out with the correct line-endings. Signed-off-by: Erik Faye-Lund Signed-off-by: Johannes Schindelin --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fdfae9f4..83722638 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ msys.bat -crlf cmd/*.cmd -crlf +etc/termcap -crlf -- 2.11.4.GIT