James Moger
2012-01-08 e21181a6e65a96108a85e9eecca5f04e348760a0
src/com/gitblit/utils/ActivityUtils.java
@@ -85,7 +85,7 @@
            // determine commit branch
            String branch = objectId;
            if (StringUtils.isEmpty(branch)) {
            if (StringUtils.isEmpty(branch) && !commits.isEmpty()) {
               List<RefModel> headRefs = allRefs.get(commits.get(0).getId());
               List<String> localBranches = new ArrayList<String>();
               for (RefModel ref : headRefs) {