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 |    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 181aed9..4eeb887 100644
--- a/src/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -197,4 +197,7 @@
 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

--
Gitblit v1.9.1