Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > The second pass in parse_pack_objects() are split into > resolve_deltas(). The final phase, fixing thin pack or just seal the > pack, is now in conclude_pack() function. Main pack processing is now a > sequence of these functions: > > - parse_pack_objects() reads through the input pack > - resolve_deltas() makes sure all deltas can be resolved > - conclude_pack() seals the output pack > - write_idx_file() writes companion index file > - final() moves the pack/index to proper place The resulting code looks much more streamlined, instead of just splitting out the second phase alone. Very nice. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html