summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/git/GitblitReceivePack.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-11-29 20:06:09 -0500
committerJames Moger <james.moger@gitblit.com>2013-12-30 16:53:58 -0500
commit14cbbeaf61ce67c1ef5a6445515f3134dd5690ce (patch)
treec90f1e0bec0d65a4e54725b21caff52de5bc8a39 /src/main/java/com/gitblit/git/GitblitReceivePack.java
parentafaab55bf4f309382b55793db44033233dcfb64d (diff)
downloadgitblit-14cbbeaf61ce67c1ef5a6445515f3134dd5690ce.tar.gz
gitblit-14cbbeaf61ce67c1ef5a6445515f3134dd5690ce.zip
New canonical base url setting for repository urls and notifications
Change-Id: I86a1eb61c2351d1cf3f6b3becf00f2a36d5c8ed6
Diffstat (limited to 'src/main/java/com/gitblit/git/GitblitReceivePack.java')
-rw-r--r--src/main/java/com/gitblit/git/GitblitReceivePack.java6
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 e5c0ea45..c3734656 100644
--- a/src/main/java/com/gitblit/git/GitblitReceivePack.java
+++ b/src/main/java/com/gitblit/git/GitblitReceivePack.java
@@ -85,8 +85,6 @@ public class GitblitReceivePack extends ReceivePack implements PreReceiveHook, P
protected String gitblitUrl;
- protected String repositoryUrl;
-
protected GroovyScriptEngine gse;
private final IStoredSettings settings;
@@ -390,10 +388,6 @@ public class GitblitReceivePack extends ReceivePack implements PreReceiveHook, P
this.gitblitUrl = url;
}
- protected void setRepositoryUrl(String url) {
- this.repositoryUrl = url;
- }
-
protected void sendRejection(final ReceiveCommand cmd, final String why, Object... objects) {
String text;
if (ArrayUtils.isEmpty(objects)) {