pub fn git_diff_between_refs( repo_path: String, base: String, head: String, ) -> Result<String, GitError>