No subject
Thu Jun 12 23:09:36 BST 2008
* ok 4: fetch test for-merge
* expecting success:
cd "$D" &&
mkdir notags &&
cd notags &&
git init &&
git fetch -t ..
Initialized empty Git repository in .git/
* ok 5: fetch tags when there is no tags
* expecting success:
cd "$D" &&
git tag -a -m annotated anno HEAD &&
git tag light HEAD &&
mkdir four &&
cd four &&
git init &&
git fetch .. :track &&
git show-ref --verify refs/tags/anno &&
git show-ref --verify refs/tags/light
Initialized empty Git repository in .git/
warning: no common commits
remote: Counting objects: 6, done.[K
remote: Compressing objects: 50% (1/2) [K
remote: Compressing objects: 100% (2/2) [K
remote: Compressing objects: 100% (2/2), done.[K
remote: Total 6 (delta 0), reused 0 (delta 0)[K
More information about the ubuntu-autotest
mailing list