1
0
mirror of https://github.com/git/git.git synced 2025-03-24 13:41:09 +00:00
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-01-06 12:44:07 -08:00
2012-02-17 07:59:55 -08:00
2012-02-20 00:14:55 -08:00
2011-11-07 22:12:19 -08:00
2012-02-14 12:57:18 -08:00
2011-12-21 12:02:44 -08:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-12-28 11:32:36 -08:00
2011-12-22 11:27:26 -08:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-11-07 22:12:19 -08:00
2012-02-26 23:05:45 -08:00
2011-03-22 11:43:27 -07:00
2011-03-22 10:16:54 -07:00
2012-02-13 12:49:15 -08:00
2012-01-31 22:01:14 -08:00
2011-03-09 23:52:56 -08:00
2011-05-31 12:19:11 -07:00
2012-02-20 00:15:28 -08:00
2011-03-22 10:16:54 -07:00
2011-08-25 14:42:11 -07:00
2011-03-22 10:16:54 -07:00