| Subclasses of CompositeCommitFilter in org.gitective.core.filter.commit |
class |
AllCommitFilter
Composite filter that will always include every commit but still calls the
RevFilter.include(RevWalk, RevCommit) method on each filter that has
been added to this filter. |
class |
AndCommitFilter
Composite filter that only includes commits that are included by every child
filter that has been added to this parent filter. |
class |
OrCommitFilter
Composite filter that only includes commits that are included by at least one
child filter that has been added to this filter. |