summaryrefslogtreecommitdiff
path: root/lib/gitano/plugins.lua
Commit message (Collapse)AuthorAgeFilesLines
* Plugin support in GitanoDaniel Silverstone2014-03-111-0/+63
This patch adds support for Gitano to load plugins from a colon separated set of paths. While colon separation is not the best mechanism, it is in common use. We explicitly do not add any escaping rules such as :: -> : in order to remain compatible with things like PATH processing. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>