pub fn git_rewrite_commit_date( repo_path: String, commit_hash: String, new_date_iso: String, auto_stash: bool, ) -> Result<RewriteResult, GitError>