2017-12-06 10:03 GMT+01:00 Scott Doctor:
>
> How can I permanently turn off the crlf warning that occurs when I do I do a
> commit without having to use the crlf-glob command each time?  I do not get
> why that warning even exists.

Just create a directory ".fossil-settings", and put a file named
"crlf-glob" in it.
     .fossil-settings/crlf-glob

Fossil itself has an example:
    <http://www.fossil-scm.org/index.html/artifact/2da052c2bd7a53c5>

Then do
     fossil add .fossil-settings/crlf-glob
     fossil commit

The warning will be gone once and for all.

Regards,
        Jan Nijtmans
_______________________________________________
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