git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitk does not reload tag messages
@ 2012-09-06 18:17 Tim McCormack
  2012-09-07  3:08 ` David Aguilar
  0 siblings, 1 reply; 8+ messages in thread
From: Tim McCormack @ 2012-09-06 18:17 UTC (permalink / raw)
  To: git

If a tag that gitk knows about is deleted and recreated with a
different message, gitk still shows the old message after any
combination of refresh, reload, and reread refs.

git-gui version 0.13.0.8.g8f85

Reproduce:
1. git tag -a test -m "foo" HEAD
2. Open gitk, see that correct message ("foo") is present for tag "test"
3. git tag -d test
4. Reload/refresh gitk [optional, it won't make a difference]
5. git tag -a test -m "bar" HEAD
6. Reload/refresh gitk
7. See that the message on tag "test" is still "foo"
8. $ git show test # shows correct message "bar"

Apologies if this is an old version or a known bug; I could not find an
issue tracker to search, although I did check the gmane archives.

 - Tim McCormack

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-12 12:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 18:17 gitk does not reload tag messages Tim McCormack
2012-09-07  3:08 ` David Aguilar
2012-09-07  5:18   ` Junio C Hamano
2012-09-08 19:03     ` [PATCH] gitk: Teach "Reread references" to reload tags David Aguilar
2012-09-08 19:53       ` [PATCH] gitk: Rename 'tagcontents' to 'cached_tagcontent' David Aguilar
2012-09-09  5:11         ` Junio C Hamano
2012-09-12  9:25           ` Junio C Hamano
2012-09-12 12:37             ` Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).