James Moger
2011-10-16 a7a9f7d17fa93b3cfc0e7839727ae27c464f8733
src/com/gitblit/wicket/panels/HistoryPanel.java
@@ -34,6 +34,7 @@
import com.gitblit.Keys;
import com.gitblit.models.PathModel;
import com.gitblit.models.PathModel.PathChangeModel;
import com.gitblit.models.RefModel;
import com.gitblit.utils.JGitUtils;
import com.gitblit.utils.JGitUtils.SearchType;
import com.gitblit.utils.StringUtils;
@@ -73,7 +74,7 @@
      }
      final boolean isTree = matchingPath == null ? true : matchingPath.isTree();
      final Map<ObjectId, List<String>> allRefs = JGitUtils.getAllRefs(r);
      final Map<ObjectId, List<RefModel>> allRefs = JGitUtils.getAllRefs(r);
      List<RevCommit> commits;
      if (pageResults) {
         // Paging result set