We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e00f6f + b8ac23b commit 4808becCopy full SHA for 4808bec
templates/hooks--update
@@ -64,7 +64,7 @@ case "$refname","$newrev_type" in
64
# un-annotated tag
65
refname_type="tag"
66
short_refname=${refname##refs/tags/}
67
- if [ $allowunannotated != "true" ]; then
+ if [ "$allowunannotated" != "true" ]; then
68
echo "*** The un-annotated tag, $short_refname is not allowed in this repository" >&2
69
echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2
70
exit 1
0 commit comments