aboutsummaryrefslogtreecommitdiff
path: root/tests/common/git/init
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/git/init')
-rwxr-xr-xtests/common/git/init8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/common/git/init b/tests/common/git/init
index c999347..691799e 100755
--- a/tests/common/git/init
+++ b/tests/common/git/init
@@ -104,8 +104,8 @@ git -C libfoo.git commit -am 'Create'
# Add tags for libfoo.git.
#
-git -C libfoo.git tag 'lightweight_tag'
-git -C libfoo.git tag -a 'annotated_tag' -m 'annotated_tag'
+git -C libfoo.git tag 'ltag'
+git -C libfoo.git tag -a 'atag' -m 'Create annotated tag'
# Advance the master branch to make tags not to mark a branch tip.
#
@@ -163,8 +163,8 @@ git -C libfoo.git submodule add ../libbaz.git libbaz
git -C libfoo.git submodule update --init libbaz
git -C libfoo.git commit -am 'Add libbaz'
-git -C libfoo.git tag -f 'lightweight_tag'
-git -C libfoo.git tag -f -a 'annotated_tag' -m 'annotated_tag'
+git -C libfoo.git tag -f 'ltag'
+git -C libfoo.git tag -f -a 'atag' -m 'Move annotated tag'
touch libfoo.git/INSTALL
git -C libfoo.git add INSTALL