diff options
Diffstat (limited to 'src/com/gitblit/wicket/GitBlitWebApp.properties')
-rw-r--r-- | src/com/gitblit/wicket/GitBlitWebApp.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 181aed9c..4eeb887c 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -197,4 +197,7 @@ gb.permittedTeams = permitted teams gb.emptyRepository = empty repository
gb.repositoryUrl = repository url
gb.mailRecipients = mail recipients
-gb.mailRecipientsDescription = space-delimited, used by sendemail Groovy hook
\ No newline at end of file +gb.mailRecipientsDescription = space-delimited, used by sendemail Groovy hook
+gb.preReceiveScripts = pre-receive scripts
+gb.postReceiveScripts = post-receive scripts
+gb.groovyHookScripts = hook scripts
\ No newline at end of file |