Skip to content

WIP: Restore Rugged implementation of GetTreeEntries

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

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

To revert:

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

Merge request reports