Skip to content

WIP: Restore Rugged implementation of CommitIsAncestor back into 11.5.7 EE

This 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/9405.patch https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9405.diff
cd /opt/gitlab/embedded/service/gitlab-rails
patch -p1 < /tmp/9405.patch

To revert:

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

Merge request reports