pub fn hook_skip_upstream_applied_commit( effects: &Effects, commit_oid: NonZeroOid, ) -> Result<(), Report>
For rebases, if a commit is known to have been applied upstream, skip it without attempting to apply it.