From dafc19a8cc28924fed0d4210ccd0b8adca7d2eb5 Mon Sep 17 00:00:00 2001
From: Philip L. McMahon <philip.l.mcmahon@gmail.com>
Date: Sun, 05 Feb 2012 01:01:35 -0500
Subject: [PATCH] Return command-specific rejection result if authz check fails.

---
 test-gitblit.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test-gitblit.properties b/test-gitblit.properties
index a815198..9249bbd 100644
--- a/test-gitblit.properties
+++ b/test-gitblit.properties
@@ -7,7 +7,7 @@
 git.enableGitServlet = true
 groovy.scriptsFolder = groovy
 groovy.preReceiveScripts = blockpush
-groovy.postReceiveScripts = sendmail jenkins
+groovy.postReceiveScripts = sendmail
 web.authenticateViewPages = false
 web.authenticateAdminPages = true
 web.allowCookieAuthentication = true

--
Gitblit v1.9.1