1

In git I have added a tag to my repository. In git it shows correctly as 'Release_1_0' but in the gitk UI it shows as 'tag...'

Illustration of tag-labeling question

enter image description here

Question

Can you get the tag to show in gitk as it's title? Specifically can we show the text 'Release_1_0' instead of 'tag...' in the yellow gitk tag?

J-Dizzle
  • 4,861
  • 4
  • 40
  • 50

1 Answers1

1

It happened to me and I fixed the issue as follows:

  1. Pull the border between the left pane and the middle pane, all the way to the right

enter image description here

  1. Close gitk

  2. Reopen gitk

enter image description here

Adi Levin
  • 5,165
  • 1
  • 17
  • 26