Community
Participate
Working Groups
In GitCommitHandlerV1.java: // workaround for git log --all - see bug 353310 List<Ref> branches = git.branchList().setListMode(ListMode.ALL).call(); for (Ref branch : branches) { lc.add(branch.getObjectId()); } can be now replaced with: lc.all();
Fixed with 3429c1443124b5731ee2302c02786119e22e7df2.