No subject
Thu Jun 12 23:09:36 BST 2008
* ok 24: deepening fetch in shallow repo
* expecting success: test "count: 18" = "count: 18"
* ok 25: clone shallow object count
* expecting failure: (cd shallow; git pull --depth 4 .. A)
remote: Total 0 (delta 0), reused 0 (delta 0)[K
Merging HEAD with dd4dddc46f36d6b55fc437c9a01a4819609841cc
Merging:
69bb60d B69 8afc0e9dd21ec0353eb8e681a81a323295661f02
dd4dddc A11 bc09ea1b0359ff5c1c9376688eef9e7066272f34
found 0 common ancestor(s):
Auto-merged test.txt
CONFLICT (add/add): Merge conflict in test.txt
Automatic merge failed; fix conflicts and then commit the result.
* ok 26: pull in shallow repo with missing merge base
* passed all 26 test(s)
*** t5502-quickfetch.sh ***
* expecting success:
test_tick &&
echo ichi >file &&
git add file &&
git commit -m initial &&
cnt=$( (
git count-objects | sed -e "s/ *objects,.*//"
) ) &&
test $cnt -eq 3
Created initial commit f3b89bf: initial
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 file
* ok 1: setup
* expecting success:
(
mkdir cloned &&
cd cloned &&
git init-db &&
git remote add -f origin ..
) &&
cnt=$( (
cd cloned &&
git count-objects | sed -e "s/ *objects,.*//"
) ) &&
test $cnt -eq 3
Initialized empty Git repository in .git/
warning: no common commits
remote: Counting objects: 3, done.[K
remote: Total 3 (delta 0), reused 0 (delta 0)[K
More information about the ubuntu-autotest
mailing list