On Thu, Nov 02, 2017 at 04:12:59PM +0100, Stephan Beal wrote: Hi there,
> i'm not sure if this is a bug or not, but it looks like one... I don't think so. https://www.fossil-scm.org/xfer/doc/trunk/www/globs.md It's acting how it's documented to act. > # cat .fossil-settings/crlf-glob > makefile > # f com -m 'initial import from sourceforge.net/p/toc (20090708).' > ./original/examples/ch04-extent/makefile contains CR/LF line endings. Use > --no-warnings or the "crlf-glob" setting to disable this warning. > Commit anyhow (a=all/c=convert/y/N)? ^C > > note that 'makefile' is an exact match for the crlf-glob entry. From the doc page above: Pattern Effect README Matches only a file named README in the root of the tree. It does not match a file named src/README because it does not include any characters that consume (and match) the src/ part. > i rather expected 'makefile' to work just like a normal glob and match any > matching filename. It works like a normal fossil glob; not like a Unix file glob. Cheers, f -- Francis Daly [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

