• Show log

    Commit

  • Hash : ddefea75
    Author : Edward Thomson
    Date : 2017-11-30T15:55:59

    odb: support large loose objects
    
    zlib will only inflate/deflate an `int`s worth of data at a time.
    We need to loop through large files in order to ensure that we inflate
    the entire file, not just an `int`s worth of data.  Thankfully, we
    already have this loop in our `git_zstream` layer.  Handle large objects
    using the `git_zstream`.