From 6cc1d4cf3605719af3f9a37ee09cb02519be3571 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 19 Dec 2011 17:58:43 -0500
Subject: [PATCH] Server-side hook script selection. Documentation.

---
 src/com/gitblit/wicket/GitBlitWebApp.properties |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties
index c9afbc9..4eeb887 100644
--- a/src/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -195,4 +195,9 @@
 gb.newTeam = new team
 gb.permittedTeams = permitted teams
 gb.emptyRepository = empty repository
-gb.repositoryUrl = repository url
\ No newline at end of file
+gb.repositoryUrl = repository url
+gb.mailRecipients = mail recipients
+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

--
Gitblit v1.9.1