t7700: demonstrate mishandling of objects in packs with a .keep file
commit9245ddd515d0fb5da52da4fd4dfc71460e98db90
authorBrandon Casey <drafnel@gmail.com>
Wed, 12 Nov 2008 17:59:02 +0000 (12 11:59 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2008 18:28:06 +0000 (12 10:28 -0800)
tree980fe4f4b3f714e4d91b4f74d6f855c0b1059a0f
parent9db56f71b91153f4076a796c80c61f00edd8b700
t7700: demonstrate mishandling of objects in packs with a .keep file

Objects residing in pack files that have an associated .keep file are not
supposed to be repacked into new pack files, but they are.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7700-repack.sh [new file with mode: 0755]