Can I add metadata to git commits? Or can I hide some tags in gitk
Posted
by Chris Nelson
on Stack Overflow
See other posts from Stack Overflow
or by Chris Nelson
Published on 2010-04-21T13:24:13Z
Indexed on
2010/04/21
13:53 UTC
Read the original article
Hit count: 307
I want to associate custom metadata with a git commit. Specifically to record a review ID from a code review but it could be anything. Tags seem a natural way to do that but I expect to have a review for every commit and I don't want to clutter gitk with tons of tags. Is there some other mechanism to add custom metadata? Can I make certain tags invisible? If I could tell gitk not to display tags matching some pattern or RE, that would likely work but I don't see a way to do that.
© Stack Overflow or respective owner