James Moger
2011-06-04 5cc4f299b2a1138687cbaea73257abab08e245a4
src/com/gitblit/wicket/panels/BranchesPanel.java
@@ -48,9 +48,9 @@
      // branches
      List<RefModel> branches = new ArrayList<RefModel>();
      branches.addAll(JGitUtils.getLocalBranches(r, maxCount));
      branches.addAll(JGitUtils.getLocalBranches(r, false, maxCount));
      if (model.showRemoteBranches) {
         branches.addAll(JGitUtils.getRemoteBranches(r, maxCount));
         branches.addAll(JGitUtils.getRemoteBranches(r, false, maxCount));
      }
      Collections.sort(branches);
      Collections.reverse(branches);