From: Derrick Stolee Date: Mon, 20 Aug 2018 16:51:59 +0000 (+0000) Subject: midx: stop reporting garbage X-Git-Tag: v2.20.0-rc0~249^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fe86c3beb5893edd4e5648dab8cca66d6cc2e77d?hp=fe86c3beb5893edd4e5648dab8cca66d6cc2e77d midx: stop reporting garbage When prepare_packed_git is called with the report_garbage method initialized, we report unexpected files in the objects directory as garbage. Stop reporting the multi-pack-index and the pack-files it covers as garbage. Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano ---