3 test_description
='unpack-objects'
7 test_expect_success setup
'
9 GIT_DIR=pub.git git init --bare &&
10 GIT_DIR=pub.git git config receive.fsckobjects true &&
21 git commit -m "Initial junk"
24 git commit -m "Initial superproject"
28 test_expect_success push
'
31 git push ../pub.git master