diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-05-06 19:31:54 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-07 15:45:03 -0700 |
commit | 5272f75587abb4cb396059ecbf1a6130bb2e69d3 (patch) | |
tree | 3e79226bc0a0eaf2a2a5f931c721ec54ac95b36e /t/t6050-replace.sh | |
parent | compat/win32/pthread.h: Add an pthread_key_delete() implementation (diff) | |
download | tgif-5272f75587abb4cb396059ecbf1a6130bb2e69d3.tar.xz |
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>
Diffstat (limited to 't/t6050-replace.sh')
0 files changed, 0 insertions, 0 deletions