On Sat, Mar 10, 2012 at 21:32, Leo Razoumov <[email protected]> wrote:
> Richard,
> I would kindly ask you to consider this patch for inclusion into
> fossil trunk. It allows for characters like *?[] to be used in
> filenames. It also adds escaped characters to glob patterns. More
> specifically the patch does the following:
>
> (1) Adds configuration setting "filename-xchars" (versionable) that if
> enabled allows for characters *?[]\ to be used in filenames. When
> disabled the behavior is the same as now.
>
> (2) Glob patterns now recognize escaped characters '\?', '\[', '\*',
> '\\' that represent literal chars  '?', '[', '*', '\'  respectively.
>

I forgot to mention that the patch is against the current trunk [0165fa184e].

--Leo--
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to