]> git.99rst.org Git - git.git/commit
pack-objects: include number of packs reused in output
authorTaylor Blau <redacted>
Thu, 14 Dec 2023 22:24:20 +0000 (17:24 -0500)
committerJunio C Hamano <redacted>
Thu, 14 Dec 2023 22:38:08 +0000 (14:38 -0800)
commitb96289a10b6577c8fb60b425dbd009f6966622f8
tree35ba8a98d48d9621f651a53994230ac638ef33ee
parentca0fd69e37132acdddc457b96a91ef528c7c312b
pack-objects: include number of packs reused in output

In addition to including the number of objects reused verbatim from a
reuse-pack, include the number of packs from which objects were reused.

Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/pack-objects.c
git clone https://git.99rst.org/PROJECT