Class FixUninterestingGenerator


  • final class FixUninterestingGenerator
    extends Generator
    Filters out commits marked RevWalk.UNINTERESTING.

    This generator is only in front of another generator that has fully buffered commits, such that we are called only after the PendingGenerator has exhausted its input queue and given up. It skips over any uninteresting commits that may have leaked out of the PendingGenerator due to clock skew being detected in the commit objects.