gitk: Enable gitk to create tags with messages
commitdfb891e35100cf78873c5cf81ffe778dbe235ef5
authorDave Dulson <dave@dulson.com>
Sun, 3 Jan 2010 14:55:52 +0000 (3 14:55 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 12 Jan 2010 11:04:46 +0000 (12 22:04 +1100)
tree626d47c1d4b2c6939998c0b5e885e82a91e91eb2
parentbe8e40df7566b838f7ed1840e5c0802097a5e814
gitk: Enable gitk to create tags with messages

Currently, tags created using the "create tag" dialog in gitk are
always lightweight tags, i.e., they don't have any annotation
(message).  This enables the user to specify a message; if they do,
gitk will create an unsigned, annotated tag object.

Signed-off-by: David Dulson <dave@dulson.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk