• Markus Koller's avatar
    Remove container indirection in Blob.lazy · 3346106b
    Markus Koller authored
    When working with wiki repositories, we end up doing
    `container.project.repository` and using the main project repository,
    rather than the original wiki repository.
    
    Since `Blob.lazy` doesn't use the `container` we can just pass the
    `Repository` instance directly.
    3346106b
snippet.rb 9.48 KB