pub fn git_diff_analysis_from_tree(
cx: &AnalysisContext<'_>,
strategy: GitDiffStrategy,
repo: &Repository,
tree: &Tree<'_>,
) -> DifftestsResult<AnalysisResult>Expand description
Performs a git diff analysis on the diff between the given tree and the working tree.
The analysis is performed using the given strategy.