• Show log

    Commit

  • Hash : bbbe8441
    Author : Patrick Steinhardt
    Date : 2017-10-13T13:14:54

    blob: use getters to get raw blob content and size
    
    Going forward, we will have to change how blob sizes are calculated
    based on whether the blob is a cahed object part of the ODB or not. In
    order to not have to distinguish between those two object types
    repeatedly when accessing the blob's data or size, encapsulate all
    existing direct uses of those fields by instead using
    `git_blob_rawcontent` and `git_blob_rawsize`.