Skip to content

Fix gitaly ref encoding bugs

What does this MR do?

Adds missing encoding coercion calls on Gitaly ref responses.

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

Why was this MR needed?

We were injecting ASCII-8BIT strings into GitLab, that doesn't work. It has to be UTF-8.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34156

Edited by Jacob Vosmaer

Merge request reports