Description
The comparator in .mk.model.CommitBuilder.persistStagedNodes does not fulfill the general Comparator contract (most notably: compare(X, X) == 0), which every now and then causes the Collections.sort() method to throw exceptions about unexpected comparison behavior.