James Moger
2012-11-28 579cdd4a691adbbe89f85ce679502cf5d1f045d0
src/com/gitblit/utils/ActivityUtils.java
@@ -82,6 +82,9 @@
      Map<String, Activity> activity = new HashMap<String, Activity>();
      for (RepositoryModel model : models) {
         if (model.hasCommits && model.lastChange.after(thresholdDate)) {
            if (model.isCollectingGarbage) {
               continue;
            }
            Repository repository = GitBlit.self()
                  .getRepository(model.name);
            List<String> branches = new ArrayList<String>();