camac / dora

Domino On-Disk Repository Assistant
http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=Dora
Apache License 2.0
8 stars 8 forks source link

Line-endings on Mac #22

Open perlausten opened 11 years ago

perlausten commented 11 years ago

In order to use a source control client on Mac (e.g. SourceTree) and NOT modify line-endings in files under source control I am using autocrlf = false in my Git config file (in order to tell Git on Mac not to change line-endings but leave them as-is).

If I am not using this setting in Git config, all files will have their line-ending changed by the Mac source control client and Domino Designer then fails to import them.

Dora adds a list of file types with eol=lf which overrides my autocrlf = false setting. I am not completely what happens, but I think it conflicts with using Dora on Mac.