Rafael Cavazin
2012-12-18 34148fc36e5357525705d8ce1b4169fb8acf2103
src/com/gitblit/AddIndexedBranch.java
@@ -63,7 +63,7 @@
      
      // determine available repositories
      File folder = new File(params.folder);
      List<String> repoList = JGitUtils.getRepositoryList(folder, false, true);
      List<String> repoList = JGitUtils.getRepositoryList(folder, false, true, -1, null);
      
      int modCount = 0;
      int skipCount = 0;