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 | 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