src/com/gitblit/utils/ActivityUtils.java
@@ -94,7 +94,7 @@ branches.add(objectId); } Map<ObjectId, List<RefModel>> allRefs = JGitUtils .getAllRefs(repository); .getAllRefs(repository, model.showRemoteBranches); for (String branch : branches) { String shortName = branch;