• Show log

    Commit

  • Hash : b3d3459f
    Author : Carlos Martín Nieto
    Date : 2014-08-26T15:09:47

    pack: return the correct final offset The callers of git_packfile_unpack() expect the obj_offset argument to be set to the beginning of the next object. We were mistakenly returning the the offset of the object's data, which causes the CRC function to try to use the wrong offset. Set obj_offset to curpos instead of elem->offset to point to the next element and bring back expected behaviour.