Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-08Upgrade to Ruby 2.6Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2018-11-10Upgrade to Ruby 2.5.3Stan Hu
Disable Style/RedundantBegin since we may need to support Ruby 2.4
2018-10-25Upgrade Ruby version to 2.4.5Stan Hu
2018-06-01Bump .ruby-version from 2.3.7 to 2.4.4Stan Hu
2018-05-31Rewrite Repository::Fsck in GoAsh McKenzie