pub fn git_fixup_commits( repo_path: String, commit_hashes: Vec<String>, auto_stash: bool, ) -> Result<RewriteResult, GitError>