From: Pete B. <pb...@gm...> - 2010-12-08 00:38:51
|
Well, using both safecrl=true and autocrlf=true is even worse. changed safecrlf to true BEFORE creating/switching branch added .gitattributes ("text eol=lf") created config.sh (LF): "git config -l > config.sh" git add config.sh => fatal: LF would be replaced by CRLF in config.sh Now I'm starting to remember where that summer afternoon in July disappeared... Might give a try to ____crlf input or off, but I think I'll wait for advice, in case you think there's something wrong with the way I'm running these tests. Oh and for the record: $ git --version git version 1.7.1.msysgit.0 Regards, /Pete |