• Show log

    Commit

  • Hash : ea285904
    Author : lhchavez
    Date : 2020-02-18T00:02:13

    midx: Introduce git_odb_write_multi_pack_index()
    
    This change introduces git_odb_write_multi_pack_index(), which creates a
    `multi-pack-index` file from all the `.pack` files that have been loaded
    in the ODB.
    
    Fixes: #5399