Re: [PATCH 06/11] multi-pack-index: implement 'expire' subcommand

2019-06-11 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > From: Derrick Stolee > > The 'git multi-pack-index expire' subcommand looks at the existing > mult-pack-index, counts the number of objects referenced in each s/mult/&i/ > pack-file, deletes the pack-fils with no referenced objects, and s/fils/files

[PATCH 06/11] multi-pack-index: implement 'expire' subcommand

2019-06-10 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee The 'git multi-pack-index expire' subcommand looks at the existing mult-pack-index, counts the number of objects referenced in each pack-file, deletes the pack-fils with no referenced objects, and rewrites the multi-pack-index to no longer reference those packs. Refactor the