Documentation ¶
Index ¶
Constants ¶
View Source
const ( NotifyAlways = "always" // always send email notification NotifyNever = "never" // never send email notifications NotifyAuthor = "author" // only send email notifications to the author NotifyAfterChange = "change" // only if the previous commit has a different status NotifyTrue = "true" // alias for NotifyTrue NotifyFalse = "false" // alias for NotifyFalse NotifyOn = "on" // alias for NotifyTrue NotifyOff = "off" // alias for NotifyFalse NotifyBlame = "blame" // alias for NotifyAuthor )
View Source
const (
Subject = "[%s] %s/%s (%s - %s)"
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.