Skip to content

WIP: Restore Rugged implementation of TreeEntry

This builds atop of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9403 and restores the Rugged implementation of GetTreeEntry, which appears to be one of the most commonly called method in https://gitlab.com/snippets/1807428#note_137578776.

curl -o /tmp/9404.patch https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9404.diff
cd /opt/gitlab/embedded/service/gitlab-rails
patch -p1 < /tmp/9404.patch

To revert:

cd /opt/gitlab/embedded/service/gitlab-rails
patch -R -p1 < /tmp/9404.patch
Edited by Stan Hu

Merge request reports