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-13 11:42:18 -08:00
2012-02-03 23:19:42 -08:00
2011-11-15 15:39:33 -08:00
2011-08-04 15:34:32 -07:00
2012-02-20 00:15:11 -08:00
2012-02-05 17:28:03 -08:00
2011-09-19 11:07:21 -07:00
2012-02-07 10:44:54 -08:00
2011-10-17 21:37:14 -07:00
2011-10-05 13:45:30 -07:00
2011-08-17 10:39:47 -07:00
2012-02-12 22:43:45 -08:00
2011-08-28 23:47:55 -07:00
2012-02-20 00:14:55 -08:00
2012-01-06 12:44:07 -08:00
2012-02-13 11:42:15 -08:00
2012-02-17 07:59:55 -08:00
2011-09-23 14:28:17 -07:00
2011-02-03 12:28:15 -08:00
2011-03-22 14:29:07 -07:00
2011-12-17 18:21:37 -08:00
2011-12-21 10:19:04 -08:00
2012-02-20 00:14:55 -08:00
2012-02-20 00:14:55 -08:00
2011-12-13 09:26:52 -08:00
2011-12-13 09:26:52 -08:00
2011-12-13 09:39:46 -08:00
2011-11-07 22:12:19 -08:00
2012-02-14 12:57:18 -08:00
2011-05-09 11:58:19 -07:00
2012-05-07 15:45:03 -07:00
2011-12-20 16:02:08 -08:00
2011-12-21 12:02:44 -08:00
2011-10-10 15:56:17 -07:00
2011-10-05 12:36:26 -07:00
2011-07-25 10:50:11 -07:00
2012-01-16 16:06:57 -08:00
2011-04-15 10:13:52 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-04-11 10:35:25 -07:00
2012-02-23 12:48:26 -08:00
2011-05-15 15:23:33 -07:00
2011-11-10 09:10:51 -08:00
2011-12-28 11:32:36 -08:00
2011-12-13 21:12:34 -08:00
2011-12-22 11:27:26 -08:00
2012-02-26 17:46:00 -08:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-09-22 09:35:07 -07:00
2011-11-07 22:12:19 -08:00
2012-02-26 23:05:45 -08:00
2011-05-25 15:04:25 -07:00
2012-02-20 00:14:50 -08:00
2011-11-07 22:12:19 -08:00
2011-03-22 11:43:27 -07:00
2011-03-22 10:16:54 -07:00
2012-02-23 13:30:00 -08:00
2011-11-13 12:21:06 -08:00
2011-05-08 12:55:34 -07:00
2011-12-06 15:13:39 -08:00
2012-02-13 12:49:15 -08:00
2011-08-16 11:04:31 -07:00
2012-01-31 22:01:14 -08:00
2011-03-09 23:52:56 -08:00
2012-02-13 13:06:53 -08:00
2011-05-31 12:19:11 -07:00
2011-12-13 09:39:46 -08:00
2011-11-13 12:21:06 -08:00
2011-12-12 16:48:54 -08:00
2011-12-13 09:39:46 -08:00
2012-02-20 00:15:28 -08:00
2011-03-22 10:16:54 -07:00
2011-06-10 11:52:15 -07:00
2011-06-20 14:27:36 -07:00
2011-08-25 14:42:11 -07:00
2011-11-21 14:32:40 -08:00
2011-03-22 10:16:54 -07:00
2011-06-05 22:45:38 -07:00
2011-11-04 21:40:25 -07:00