Git-Hooks
Git-Hooks copied to clipboard
Framework for implementing Git (and Gerrit) hooks
Within our company there are two Jira instances (merger/acquisition), and originally different teams used different instances, so we copied and renamed the CheckJira plugin for the second instance. Now we're...
Implement the skip-logs directive.
Fixes #76 Fixes #58 (CheckLog could be OR-ed with CheckJira) Plugins separated by a pipe, will be OR-ed. This is in addition to, and can be combined with, the existing...
The CheckJira plugin looks for Jira keys in the commit messages and is usually configured to abort if it can't find any. However, when it processes commits generated automatically (such...
Would be great to have an option to ignore the jira git hook when requests to the API throw timeouts or non-authentication 500 errors. Any thoughts?
We could have a check to deny commits exceeding a specified size in bytes.
A notify rule is specified as rule [REFS] [OPTIONS] RECIPIENTS [-- PATHSPECS] It would be nice if the recipients could also be generated on the fly. For example, I would...
How could we support extended regular expressions in configuration instead of the more limited standard Perl regex? Add "/x" to the end of the config var string? This would be...
Normally, only the Git server administrator can edit the configuration files needed to configure Git::Hooks for server hooks, because the files reside in the server. It would be nice if...