Skip to content

WIP: Restore Rugged version of CommitTreeEntry for 11.5.7 EE

This builds atop of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9377 and restores the Rugged implementation of CommitTreeEntry, which appears to cause issues when Markdown links have many links (https://gitlab.com/gitlab-org/gitlab-ce/issues/58657).

To use:

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

To revert:

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

Merge request reports