Skip to content
  • Pavlo Strokov's avatar
    Git object extraction improvements · 3ac7e703
    Pavlo Strokov authored
    Omit extracting core object information before extracting actual object.
    If extracted object has type different from expected the NotFound error returns.
    Each extracted object represented as instance of Object struct with info
    and the reader inside. Based on the info reader could be consumed and
    properly parsed.
    Moved from pointer to value for ObjectInfo (reduce work for GC).
    
    Relates to: #2255
    3ac7e703
Loading