On Sat, Jun 7, 2014 at 12:15 AM, <to...@acm.org> wrote:

>   Does fossil support or has plans to support autocrlf (like Git)?
>
> (Text files internally saved always with Linux line endings, but extracted
> as Win, Linux, Mac line endings depending on the platform FOSSIL runs on)
>

Fossil does _no_ conversion of the content because doing so would change
its hash compared to the on-disk file. But see:

fossil help set
...
   crnl-glob        A comma or newline-separated list of GLOB patterns for
    (versionable)   text files in which it is ok to have CR, CR+NL or mixed
                    line endings. Set to "*" to disable CR+NL checking.

Without that, fossil will notice and complain about mixed-mode files.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to