James Moger
2012-12-21 6f8ad9b1068e57062a5f79da83c10ee715d412ef
src/com/gitblit/utils/ActivityUtils.java
@@ -81,6 +81,10 @@
      Map<String, Activity> activity = new HashMap<String, Activity>();
      for (RepositoryModel model : models) {
         if (model.maxActivityCommits == -1) {
            // skip this repository
            continue;
         }
         if (model.hasCommits && model.lastChange.after(thresholdDate)) {
            if (model.isCollectingGarbage) {
               continue;