pub async fn view_git_diff( workspace: &Path, file_filter: Option<&str>, ) -> String
Run git diff HEAD (or git diff HEAD -- <path>) in the workspace and return the output.
git diff HEAD
git diff HEAD -- <path>