Skip to content

Add Gitlab::Git::Blob.batch method

What does this MR do?

Add a method to batch-fetch Git blobs.

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

Why was this MR needed?

With Gitaly we cannot afford to fetch blobs one at a time. https://gitlab.com/gitlab-org/gitaly/issues/310#note_35866579

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports