Skip to content

Add new FindChangedPathsBetweenCommits call

Sometimes we will want to get the diff-tree between commits without computing the entire diff. FindChangedPaths is not sufficient, because it only shows the diff-tree between a commit and its parent. Add a new call for this purpose.

This is needed to implement my vision for gitlab#342703 (comment 961132464).

Edited by Kyle Edwards

Merge request reports