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