No subject
Thu Jun 12 23:09:36 BST 2008
* ok 14: unbundle 2
* expecting success:
cd "$D" &&
touch file2 &&
git add file2 &&
git commit -m add.file2 file2 &&
git bundle create bundle3 -1 HEAD &&
(
while read x && test -n "$x"
do
:;
done
cat
) <bundle3 >bundle.pack &&
git index-pack bundle.pack &&
test 4 = $(git verify-pack -v bundle.pack | wc -l)
Created commit 23057f3: add.file2
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 file2
Counting objects: 4, done.
Compressing objects: 50% (1/2)
Compressing objects: 100% (2/2)
Compressing objects: 100% (2/2), done.
Writing objects: 33% (1/3)
Writing objects: 66% (2/3)
Writing objects: 100% (3/3)
Writing objects: 100% (3/3), 271 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
2170c4c748c42a645fef25d603052a8a8126692a
* ok 15: bundle does not prerequisite objects
* expecting success:
cd "$D" &&
git tag -a -m 1.0 v1.0 master &&
git bundle create bundle4 v1.0
Counting objects: 13, done.
Compressing objects: 16% (1/6)
Compressing objects: 33% (2/6)
Compressing objects: 50% (3/6)
Compressing objects: 66% (4/6)
Compressing objects: 83% (5/6)
Compressing objects: 100% (6/6)
Compressing objects: 100% (6/6), done.
Writing objects: 7% (1/13)
Writing objects: 15% (2/13)
Writing objects: 23% (3/13)
Writing objects: 30% (4/13)
Writing objects: 38% (5/13)
Writing objects: 46% (6/13)
Writing objects: 53% (7/13)
Writing objects: 61% (8/13)
Writing objects: 69% (9/13)
Writing objects: 76% (10/13)
Writing objects: 84% (11/13)
Writing objects: 92% (12/13)
Writing objects: 100% (13/13)
Writing objects: 100% (13/13), 1.03 KiB, done.
Total 13 (delta 0), reused 0 (delta 0)
* ok 16: bundle should be able to create a full history
* expecting success:
git config branch.master.remote yeti &&
git config branch.master.merge refs/heads/bigfoot &&
git config remote.blub.url one &&
git config remote.blub.fetch "refs/heads/*:refs/remotes/one/*" &&
git fetch blub
remote: Counting objects: 5, done.[K
remote: Total 3 (delta 0), reused 0 (delta 0)[K
More information about the ubuntu-autotest
mailing list