]> git.99rst.org Git - git.git/commit
builtin/repack.c: move `.idx` files into place last
authorTaylor Blau <redacted>
Thu, 9 Sep 2021 23:24:44 +0000 (19:24 -0400)
committerJunio C Hamano <redacted>
Fri, 10 Sep 2021 01:23:11 +0000 (18:23 -0700)
commit4e58cedd948cf9bdf0e0c09dd312d1d9c1b035c0
treec82763f24062560667994c1b36c92c9400f4a625
parent16a86907bca0ae7ed9f1dfaa6261234215151396
builtin/repack.c: move `.idx` files into place last

In a similar spirit as the previous patch, fix the identical problem
from `git repack` (which invokes `pack-objects` with a temporary
location for output, and then moves the files into their final locations
itself).

Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/repack.c
git clone https://git.99rst.org/PROJECT