commit - 405e082cb943841a1874081fa7554076000780f6
commit + 619437c17366c6d09fad4a3f974461c4395a0f34
blob - 5d8a926f7df0fee86e5814f974307bfc7ab17039
blob + 4ae6fbc520b21e761719a82232e309e8e3747239
--- regress/gotd/repo_write.sh
+++ regress/gotd/repo_write.sh
got fetch -q -r $testroot/repo-clone -l >$testroot/refs
cat <<EOF >$testroot/refs.expected
HEAD: refs/heads/main
+HEAD: $main_id
refs/heads/foo: $foo_id
refs/heads/main: $main_id
refs/heads/newbranch: $nb_id
got fetch -q -r $testroot/repo-clone -l >$testroot/refs
cat <<EOF >$testroot/refs.expected
HEAD: refs/heads/main
+HEAD: $main_id
refs/heads/main: $main_id
refs/heads/newbranch: $nb_id
refs/heads/newbranch2: $nb2_id
got fetch -q -r $testroot/repo-clone -l >$testroot/refs
cat <<EOF >$testroot/refs.expected
HEAD: refs/heads/main
+HEAD: $main_id
refs/heads/main: $main_id
refs/tags/1.0: $tag_id
EOF
got fetch -q -r $testroot/repo-clone -l >$testroot/refs
cat <<EOF >$testroot/refs.expected
HEAD: refs/heads/main
+HEAD: $main_id
refs/heads/main: $main_id
refs/tags/1.0: $tag_id
EOF
got fetch -q -r $testroot/repo-clone -l >$testroot/refs
cat <<EOF >$testroot/refs.expected
HEAD: refs/heads/main
+HEAD: $main_id
refs/heads/foo: $main_id
refs/heads/main: $main_id
refs/tags/1.0: $tag_id