James Moger
2011-04-11 66c29a66638066c3c56cdcbd423d5c7874b73a27
src/com/gitblit/wicket/panels/LogPanel.java
@@ -34,6 +34,10 @@
      super(wicketId);
      boolean pageResults = limit <= 0;
      int itemsPerPage = StoredSettings.getInteger("logPageCommitsCount", 50);
      if (itemsPerPage <= 1) {
         itemsPerPage = 50;
      }
      final Map<ObjectId, List<String>> allRefs = JGitUtils.getAllRefs(r);
      List<RevCommit> commits;
      if (pageResults) {