From 1c221573789f0673995cfec03e05af936a4ff3b3 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 03 Feb 2012 23:32:41 -0500 Subject: [PATCH] Show a ! in the swatch of a repository with a working copy (issue 49) --- test-gitblit.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-gitblit.properties b/test-gitblit.properties index 72a5db4..9249bbd 100644 --- a/test-gitblit.properties +++ b/test-gitblit.properties @@ -6,8 +6,8 @@ git.searchRepositoriesSubfolders = true git.enableGitServlet = true groovy.scriptsFolder = groovy -groovy.preReceiveScripts = blockpush.groovy -groovy.postReceiveScripts = sendemail.groovy jenkins.groovy +groovy.preReceiveScripts = blockpush +groovy.postReceiveScripts = sendmail web.authenticateViewPages = false web.authenticateAdminPages = true web.allowCookieAuthentication = true -- Gitblit v1.9.1