I have a Trac installation with the Trac-Git plugin. When committing to git, I can use TracLinks to reference to a Bug by using a prefix bug:123 or #123 and the changeset is linked to the bug. I want to achieve the reverse effect now. On a given ticket, I want to see a list of all the Changesets associated with it. I read in other threads that a post commit hook can be used. Are there any plugins that already do this? How do I achieve this?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

There is a template trac-post-commit-hook python script which adds the change comment as comment to the bugs, if they are specified on in the comment. While the script is intended for svn, it seems that git support could be simply added by changing some environment variables.

link|improve this answer
Looks like there is a fair amount of configuration that needs to be done to get it working with git. I shall get down to it. Thanks for pointing out the script. – Ritesh M Nayak Oct 23 '10 at 9:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.