Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGitNotify ¶
func NewGitNotify(appIO io.IO, conf *configuration.Configuration, repo git.Repo) hooks.Action
Types ¶
type GitNotify ¶
type GitNotify struct {
// contains filtered or unexported fields
}
GitNotify checks the git history for git-notify: messages and displays the notifications. Applicable for: 'post-checkout', 'post-merge', 'post-rewrite'
Example configuration:
{
"run": "CaptainHook::Notify.GitNotify",
"options": {
"prefix": "git-notify:"
}
}
func (*GitNotify) IsApplicableFor ¶
Click to show internal directories.
Click to hide internal directories.