Issue Summary
On creating tag from application UI, "git show <tagname>" command display the message as "Tagged <commitid>" instead of actual description
This is reproducible on Data Center: yes
Steps to Reproduce
- Create a tag from Bitbucket UI on a commit, enter tag name and description.
- Display the tag on GIT CLI using git show <tagname> command.
- Output does not include the description and it displays the message as "Tagged <commitid>"
Expected Results
git show <tagname> output show display the actual description entered on tag creation
Actual Results
tag tag4ec
Tagger: admin <admin@localhost>
Date: Fri Feb 17 19:29:42 2023 +0000
Tagged 4ecc9aXXXXXXXX
commit 4ecc9aXXXXXXXX (tag: web4ectag, tag: tag4ec, origin/master)
Author: admin <admin@localhost>
Date: Fri Feb 17 18:12:03 2023 +0000
881test edited online with Bitbucket
diff --git a/881test b/881test
index fab3f32..afdc17d 100644
--- a/881test
+++ b/881test
@@ -1 +1,2 @@
Adding another COmmit
+New commit
Workaround
Create a GIT tag using git cli command instead of WebUI