Skip to content

Small Gitlab::Git fixes for Gitaly

Alejandro Rodríguez requested to merge gitaly-conflict-file into master

What does this MR do?

  • Add missing attr_accessor to Gitlab::Git::Conflict::File
  • Use String#end_with? instead of String#ends_with?. The former is in Ruby's core lib, so is more flexible.

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

Things I noticed I needed while working on gitaly!470 (merged)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

gitaly#788 (closed)

Edited by Alejandro Rodríguez

Merge request reports