• Patrick Steinhardt's avatar
    gitaly_client: Implement support for `#list_blobs` · 121bc0af
    Patrick Steinhardt authored
    The new `#list_blobs` RPC allows the caller to enumerate blobs via a set
    of revisions. It's thus a more flexible sibling to `#get_new_blobs`,
    which only allows a single positive revision and will automatically add
    `--not --all`.
    
    Add support for this new RPC via a new `#list_blobs` function in the
    `BlobService`.
    121bc0af
blob_service.rb 6.18 KB