Thanks to Junio's rework of the --unpacked= option of pack-objects/rev-list git-repack now properly packs objects from alternate repositories even when the local repository contains packs. --- t/t7700-repack.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t7700-repack.sh b/t/t7700-repack.sh index 31e6d22..28fc87a 100755 --- a/t/t7700-repack.sh +++ b/t/t7700-repack.sh @@ -69,7 +69,7 @@ test_expect_success 'packed obs in alt ODB are repacked even when local repo is done ' -test_expect_failure 'packed obs in alt ODB are repacked when local repo has packs' ' +test_expect_success 'packed obs in alt ODB are repacked when local repo has packs' ' rm -f .git/objects/pack/* && echo new_content >> file1 && git add file1 && -- 1.6.2.16.geb16e -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html