fn get_latest_upstream_commit_that_modified_files(
git_dir: &Path,
git_config: &GitConfig<'_>,
target_paths: &[&str],
) -> Result<Option<String>, String>Expand description
Returns the latest upstream commit that modified target_paths, or None if no such commit
was found.