Files
git/builtin
Nguyễn Thái Ngọc Duy 5272f75587 index-pack: restructure pack processing into three main functions
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

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-05-07 15:45:03 -07:00
..
2012-02-20 00:15:11 -08:00
2012-02-20 00:14:55 -08:00
2012-02-17 07:59:55 -08:00
2012-02-20 00:14:55 -08:00
2012-02-14 12:57:18 -08:00
2012-02-26 23:05:45 -08:00
2012-02-13 12:49:15 -08:00
2012-02-20 00:15:28 -08:00