Modify ↓
Opened 14 years ago
Closed 14 years ago
#8766 closed enhancement (wontfix)
commit list under ticket information
Reported by: | Yngve | Owned by: | Herbert Valerio Riedel |
---|---|---|---|
Priority: | normal | Component: | GitPlugin |
Severity: | normal | Keywords: | |
Cc: | Yngve | Trac Release: | 0.12 |
Description
I'm sorry if this is already possible, but I don't seem to find information on how to do this.
For svn when you create a commit with the hash tag of a given ticket, the commit will be listed under the "ticket information". This is in my opinion hugely useful, and I don't seem to find a way to do this with the git plugin. Am I missing some configuration here perhaps? I am using trac 0.12 and the plugin version from the github master branch.
I know a bit of python by now, so perhaps I get annoyed enough that I try to fix it myself.. If you could provide me some links to where I can read up on how to implement it that would be useful as well.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Once again I am learning while waiting for answer. I apologize, I didn't know that this had nothing to do with this plugin (or has it?) After tinkering with git hooks and the likes I finally figured out how it is done with this CommitTicketUpdater, and it wasn't all that hard.
Are there any more automated procedures than the git hooks?