[Cowlark Logo] cowlark.com

thickishstring

Help: hooks

The "hooks" setting:

The "hooks" setting contains JSON that describes all defined hooks. The value is an array of objects. Each object describes a single hook. Example:
{
"type": "after-receive",  // type of hook
"cmd": "command-to-run",  // command to run
"seq": 50                 // run in this order
}
Fossil version [1205ec86cb] 2025-04-30 16:57:32 © 2008-2012 David Given, unless specified otherwise