Skip to content
代码片段 群组 项目
提交 29bb77e3 编辑于 作者: Vasilii Iakliushin's avatar Vasilii Iakliushin
浏览文件

Remove unused code

Originally, `DiffTree` was introduced to handle diffs for the initial
commit. Gitaly didn't return a diff of the original commit when it was
provided to FindChangedPaths RPC.

To solve that I implemented a fix:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123950. It allows
to provide a `DiffTree` instance to the RPC and use a tree interface to
fetch changes even for the initial commit.

Later, a better option was discovered:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143216.

As a result, some old code is not needed anymore.

Changelog: other
上级 2a0e4370
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册