pub fn try_get_changed_diff(
root: &Path,
git_ref: &str,
) -> Result<String, ChangedFilesError>Expand description
Return the raw git diff from a ref’s merge base through the working tree.
The result includes committed, staged, unstaged, and untracked changes so it
covers the same scope as try_get_changed_files.