pub fn commit( repo: Repository, out: &mut dyn Write, err: &mut dyn Write, ours: BString, theirs: BString, _: Options, ) -> Result<()>