Select Git revision
CHANGELOG
-
Stan Hu authored
Found while investigating slow performance in gitlab-org/gitlab-ce#17225 We were adding a newline for every branch push because: 1. GitlabAccess calls changes.lines, which keeps the newline (e.g. ['00000000 12345678 refs/heads/master\n']) 2. GitlabNet calls changes.join("\n"), which adds another newline
Stan Hu authoredFound while investigating slow performance in gitlab-org/gitlab-ce#17225 We were adding a newline for every branch push because: 1. GitlabAccess calls changes.lines, which keeps the newline (e.g. ['00000000 12345678 refs/heads/master\n']) 2. GitlabNet calls changes.join("\n"), which adds another newline
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.