Florian Zschocke
2013-07-10 cb946fa57e9dd4ca0853f079331c73dc0331c1e7
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 {