Florian Zschocke
2013-08-20 9d83a080fc0c24770a079c02b83b8141ddbb6534
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 {