On Mon, Jul 2, 2012 at 2:49 PM, Jacek Cała <[email protected]> wrote:

> would be enough. However, I can imagine that someone has a large repo
> and needs to set no-autocommit to more than 10 files. Then maintaining
> an 'ignore-glob'-like list may become a pain.
>

fossil/sqlite has routines for globbing, so it wouldn't be too painful to
do things like:

fossil remember-local 'foo.*'

(quoting the wildcard so that sqlite gets it instead of having the shell
expand it)

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to