On 28 Jun 2013, at 19:13, Sitaram Chamarty <
sita...@gmail.com> wrote:
>
> option ENV.foo = bar
>
> will create an environment variable called GL_OPTION_foo, with the value
> "bar", before any triggers or any git hooks are invoked.
>
> This makes it a heck of a lot easier to write "skip this repo"
> conditions in hooks etc., that get run for *all* repos; see examples in
> link above.
Nice :-) Another option is to use git config settings, which is perhaps more friendly for hooks designed for use without gitolite.