Skip to content

Refactor FindChangedPaths RPC call for initial commits

Igor Drozdov requested to merge id-refactor-find-changed-paths-call into master

What

Refactor FindChangedPaths RPC call for initial commits.

Why

FindChangedPaths RPC now calls git-diff-tree with --root option that returns the data about the initial commit as a large diff.

Related MR: Include --root option to FindChangedPaths RPC (gitaly!6648 - merged)

Edited by Igor Drozdov

Merge request reports