summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 84eeb68)
raw | patch | inline | side by side (parent: 84eeb68)
author | Brandon Casey <casey@nrlssc.navy.mil> | |
Fri, 24 Apr 2009 23:18:53 +0000 (18:18 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 25 Apr 2009 15:54:18 +0000 (08:54 -0700) |
Since the recent rework of the object listing mechanism of
pack-objects/rev-list, git-repack now properly packs objects from alternate
repositories even when the local repository contains packs.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-objects/rev-list, git-repack now properly packs objects from alternate
repositories even when the local repository contains packs.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7700-repack.sh | patch | blob | history |
diff --git a/t/t7700-repack.sh b/t/t7700-repack.sh
index 6b29bff782f5a46bb6970d70598fd3be82c679fa..87c9b0e121db6c8ab7074e6c4968cd06d37851fe 100755 (executable)
--- a/t/t7700-repack.sh
+++ b/t/t7700-repack.sh
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 &&