On Sat, Dec 28, 2013 at 2:16 PM, Michai Ramakers <m.ramak...@gmail.com>wrote:

> I find myself searching for a description of the exact syntax of the
> 'ignore-glob' setting every time I use it - in particular, use of
> wildcards to specify 'a single subdir', 'a number of subdirs', and
> possibly grouping like sh's "{..,..}".


> Is this documented somewhere?
>

Hi, Michai,

It is documented, but not somewhere where the average user will find it:

http://fossil-scm.org/index.html/artifact/968a3f5b9e203af3053939639533ee7b26259836?ln=143-157

In brief: it's a subset of Unix shell globbing rules, but not including
{a,b,c} globs.

Fossil doesn't generally know about/do anything special for directories.
e.g. it cannot version control a directory, only files. Thus many commands
do not operate at the directory level (as you've already noticed). AFAIK,
there are no wildcards which restrict behaviour to a specific subdir, and
i'm not certain if the following (or something similar) would work for the
ignore-glob:

temp/*

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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