From 14cbbeaf61ce67c1ef5a6445515f3134dd5690ce Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 30 Dec 2013 16:53:58 -0500
Subject: [PATCH] New canonical base url setting for repository urls and notifications

---
 src/main/java/com/gitblit/git/GitblitReceivePack.java |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/gitblit/git/GitblitReceivePack.java b/src/main/java/com/gitblit/git/GitblitReceivePack.java
index e5c0ea4..c373465 100644
--- a/src/main/java/com/gitblit/git/GitblitReceivePack.java
+++ b/src/main/java/com/gitblit/git/GitblitReceivePack.java
@@ -85,8 +85,6 @@
 
 	protected String gitblitUrl;
 
-	protected String repositoryUrl;
-
 	protected GroovyScriptEngine gse;
 
 	private final IStoredSettings settings;
@@ -388,10 +386,6 @@
 
 	protected void setGitblitUrl(String url) {
 		this.gitblitUrl = url;
-	}
-
-	protected void setRepositoryUrl(String url) {
-		this.repositoryUrl = url;
 	}
 
 	protected void sendRejection(final ReceiveCommand cmd, final String why, Object... objects) {

--
Gitblit v1.9.1