From 8f27834e0818024fd039cd453ddce60601182451 Mon Sep 17 00:00:00 2001
From: pbe <pbe@remmert.de>
Date: Mon, 05 May 2014 09:12:23 -0400
Subject: [PATCH] Allowed all transports for TortoiseGit and changed the project description

---
 src/main/java/com/gitblit/transport/ssh/DisabledFilesystemFactory.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/gitblit/transport/ssh/DisabledFilesystemFactory.java b/src/main/java/com/gitblit/transport/ssh/DisabledFilesystemFactory.java
index 03eed74..de661a4 100644
--- a/src/main/java/com/gitblit/transport/ssh/DisabledFilesystemFactory.java
+++ b/src/main/java/com/gitblit/transport/ssh/DisabledFilesystemFactory.java
@@ -36,6 +36,11 @@
 			public SshFile getFile(String file) {
 				return null;
 			}
+
+			@Override
+			public FileSystemView getNormalizedView() {
+				return null;
+			}
 		};
 	}
 }

--
Gitblit v1.9.1