• Show log

    Commit

  • Hash : 1118ba3e
    Author : Edward Thomson
    Date : 2017-12-18T23:08:40

    odb_loose: `read_header` for packlike loose objects
    
    Support `read_header` for "packlike loose objects", which were a
    temporarily and uncommonly used format loose object format that encodes
    the header before the zlib deflate data.
    
    This will never actually be seen in the wild, but add support for it for
    completeness and (more importantly) because our corpus of test data has
    objects in this format, so it's easier to support it than to try to
    special case it.