Skip to content
  • Georges Racinet's avatar
    GitalyClient::CommitService: stop cloning the Repository object · 9b0fba741fbc
    Georges Racinet authored
    This cloning was intermediate scaffolding for the early
    Hgitaly1 days: we didn't want to change almost every service
    method caller to switch from `@repository.storage` (would be
    Git without `vcs_storage_clone) to `@storage` when the fully
    native mode was still very far in the future: having to
    adapt new service methods from upstream just because we
    changed a few sounded ineffective.
    
    Now that the fully native mode is close to shipping, we can
    bite the bullet: we'll need to maintain all these methods
    anyway, or just upstream the switch to the `@storage` pattern.
    9b0fba741fbc