James Moger
2013-06-24 3c4ce1d366641158927cee8b4e47191ed681b524
src/main/java/com/gitblit/utils/ActivityUtils.java
@@ -105,6 +105,10 @@
            if (StringUtils.isEmpty(objectId)) {
               for (RefModel local : JGitUtils.getLocalBranches(
                     repository, true, -1)) {
                    if (!local.getDate().after(thresholdDate)) {
                     // branch not recently updated
                       continue;
                    }
                  branches.add(local.getName());
               }
            } else {