pub fn apply_to_commit(
    filter: Filter,
    commit: &Commit<'_>,
    transaction: &Transaction
) -> JoshResult<Oid>
Expand description

Calculate the filtered commit for commit. This can take some time if done for the first time and thus should generally be done asynchronously.