No subject
Thu Jun 12 23:09:36 BST 2008
diff --git a/../../t5515/fetch.br-unconfig_.._.git_one_tag_tag-one_tag_tag-three-file b/0065-fetch.br-unconfig_.._.git_one_tag_tag-one_tag_tag-three-file
* ok 65: br-unconfig ../.git one tag tag-one tag tag-three-file
* passed all 65 test(s)
*** t5516-fetch-push.sh ***
* expecting success:
: >path1 &&
git add path1 &&
test_tick &&
git commit -a -m repo &&
the_first_commit=$(git show-ref -s --verify refs/heads/master) &&
: >path2 &&
git add path2 &&
test_tick &&
git commit -a -m second &&
the_commit=$(git show-ref -s --verify refs/heads/master)
Created initial commit b9c09d6: repo
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 path1
Created commit 9ad36e1: second
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 path2
* ok 1: setup
* expecting success:
mk_empty &&
(
cd testrepo &&
git fetch .. refs/heads/master:refs/remotes/origin/master &&
r=$(git show-ref -s --verify refs/remotes/origin/master) &&
test "z$r" = "z$the_commit" &&
test 1 = $(git for-each-ref refs/remotes/origin | wc -l)
)
Initialized empty Git repository in .git/
warning: no common commits
remote: Counting objects: 5, done.[K
remote: Compressing objects: 33% (1/3) [K
remote: Compressing objects: 66% (2/3) [K
remote: Compressing objects: 100% (3/3) [K
remote: Compressing objects: 100% (3/3), done.[K
remote: Total 5 (delta 0), reused 0 (delta 0)[K
More information about the ubuntu-autotest
mailing list