• rht's avatar
    Don't use tar reader for '-C' only flag · 37981787
    rht authored
    Currently `ipfs get -C <hash>` returns error even if <hash> is a file.
    This PR is for the case when the compress flag is enabled, use the
    dagreader directly and pipe to a gzip processor.
    
    License: MIT
    Signed-off-by: default avatarrht <rhtbot@gmail.com>
    37981787
get.go 5.39 KB