Skip to content

Draft: Extract FetchInternalObject

James Fargher requested to merge extract_fetch_internal_object into master

Fixes #3231 (closed)

There are several RPCs that need to fetch a specific SHA from a remote repo over gitaly internal ssh. This extraction is intended to centralise this code.

Merge request reports