You may try to add a comma to the the asterisk "*,"

fossil set crnl-glob *,

This used to work properly with cmd.exe, so it won't expand the * to a
file-name.

The crnl-glob Fossil setting allows a comma-separated list of glob patterns.
 "*," is effectively such list that also includes an empty pattern.


On Sat, Apr 8, 2017 at 3:46 PM, Thomas <tho...@dateiliste.com> wrote:
> Hello,
>
> I recently started using Fossil. I got a Fossil server up on a Windows 8
> machine and my development box is Windows 7.
>
> Since Windows editors by default use CR/LF line endings I'd like to turn off
> this setting in Fossil.
>
> The page https://www.fossil-scm.org/xfer/help/settings says this:
>
> "crlf-glob        A comma or newline-separated list of GLOB patterns for
>     (versionable)   text files in which it is ok to have CR, CR+LF or mixed
>                     line endings. Set to "*" to disable CR+LF checking.
>                     The crnl-glob setting is a compatibility alias.
>
> However, when I try this nothing happens, apart from Fossil telling me that
> something's wrong.
>
> C:\fos>fossil settings crlf-glob *.obj
> C:\fos>
> C:\fos>fossil settings crlf-glob *
> Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?
> C:\fos>fossil settings crlf-glob * -global
> Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?
> C:\fos>fossil settings crlf-glob "*"
> Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?
> C:\fos>fossil settings crlf-glob "*" -global
> Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?
>
> Does anyone know how to unveil the secret of getting the mentioned asterisk
> into the crlf-glob setting without consulting the web interface?
>
> Any help is highly appreciated.
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
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