On Fri, Apr 18, 2014 at 11:01 AM, Tony Papadimitriou <[email protected]> wrote:
> I have a global ignore-glob that applies to most fossil repos. But, on > occasion, I need to have an empty ignore-glob list for a specific > repository. > > If I unset the local setting, then the global setting kicks in. But I > want an empty local ignore-glob. Of course I > Try this: mkdir .fossil-settings echo '' > .fossil-settings/ignore-glob fossil add .fossil-settings/ignore-glob fossil ci -m 'added ignore-glob setting' .fossil-settings/ignore-glob then you'll have an empty ignore-glob for that repo. You can configure the glob by changing the contents of that file. -- ----- 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 [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

