CommitFilter typedef

CommitFilter = bool Function(GitCommit commit)

Implementation

typedef CommitFilter = bool Function(GitCommit commit);