James Moger
2013-06-28 9dd49f05ea7ceab4d4dd346545993d94d4f3a21e
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 {