• Patrick Steinhardt's avatar
    repository: Allow listing blobs with paths · 1994c891
    Patrick Steinhardt authored
    By default, the ListBlobs RPC will not return file paths of returned
    blobs, but we need them when listing new blobs via ListBlobs such that
    we can tell users exactly which file is too big in our push rules.
    
    Expose a new `with_paths` parameter, which cause us to request blob
    paths from Gitaly.
    1994c891
blob_service_spec.rb 6.35 KB