src/com/gitblit/utils/JGitUtils.java | ●●●●● patch | view | raw | blame | history |
src/com/gitblit/utils/JGitUtils.java
@@ -340,7 +340,7 @@ String repository = StringUtils.getRelativePath(basePath, file.getAbsolutePath()); list.add(repository); } else if (searchSubfolders) { } else if (searchSubfolders && file.canRead()) { // look for repositories in subfolders list.addAll(getRepositoryList(basePath, file, exportAll, searchSubfolders)); }