David Ostrovsky
2014-09-26 f6196b803b7351da29f5d24958abbedf0df41a05
src/main/java/com/gitblit/servlet/RawServlet.java
@@ -176,10 +176,7 @@
         } else {
            repository = path.substring(0, slash);
         }
         offset += slash;
         if (offset == 0) {
            offset++;
         }
         offset += ( slash + 1 );
         r = repositoryManager.getRepository(repository, false);
         if (repository.equals(path)) {
            // either only repository in url or no repository found