From 30f9d25d77ccb5cd978d4cf8fa389ec819e90e95 Mon Sep 17 00:00:00 2001 From: Philip L. McMahon <philip.l.mcmahon@gmail.com> Date: Fri, 27 Jan 2012 02:02:19 -0500 Subject: [PATCH] Correct update of HEAD symbolic reference when target is a tag. --- test-gitblit.properties | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/test-gitblit.properties b/test-gitblit.properties index 22556a2..a815198 100644 --- a/test-gitblit.properties +++ b/test-gitblit.properties @@ -5,6 +5,9 @@ git.repositoriesFolder = git git.searchRepositoriesSubfolders = true git.enableGitServlet = true +groovy.scriptsFolder = groovy +groovy.preReceiveScripts = blockpush +groovy.postReceiveScripts = sendmail jenkins web.authenticateViewPages = false web.authenticateAdminPages = true web.allowCookieAuthentication = true @@ -59,6 +62,7 @@ mail.password = mail.fromAddress = mail.adminAddresses = +mail.mailingLists = x@test.com y@test.com z@test.com federation.name = Unit Test federation.passphrase = Unit Testing federation.allowProposals = false -- Gitblit v1.9.1