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