• Show log

    Commit

  • Hash : e44d9391
    Author : Stefan Sperling
    Date : 2022-06-07T19:20:01

    revert object enumeration in got-read-pack for now; needs more work
    
    This implementation marked commits and trees as enumerated before all trees
    which they depend on were enumerated. This behaviour leads to incomplete
    pack files when a tree is only partially packed and got-read-pack hits
    a missing tree entry as a result. The algorithm must be reworked such
    that packed leave nodes are marked enumerated first, then bubble-up.
    
    Found by op@