Eddy Young
2015-05-19 aca08ed7e7b42f233a8a91d8059f0beb50d6983d
src/main/java/com/gitblit/wicket/pages/TreePage.java
@@ -52,7 +52,7 @@
      Repository r = getRepository();
      RevCommit commit = getCommit();
      List<PathModel> paths = JGitUtils.getFilesInPath(r, path, commit);
      List<PathModel> paths = JGitUtils.getFilesInPath2(r, path, commit);
      // tree page links
      add(new BookmarkablePageLink<Void>("historyLink", HistoryPage.class,