pub fn create_empty_commit( repo: &LocalRepository, branch_name: impl AsRef<str>, new_commit: &Commit, ) -> Result<Commit, OxenError>