On Monday, November 9, 2015 at 9:12:23 AM UTC-8, eckes wrote: > > Several Git servers have the opportunity to call a certain URL after > something occurred. > An example could be a Post-Recieve Web Hook that calls a URL after some > new commits were pushed to that server. > > Say the URL accessed by the server would look like this: > > http://myserver/mypath/newcommits?hash1&hash2&hash3&hash4 > > Is there a way I could make use of such a call in order to use the > information together with the > http://trac.edgewall.org/wiki/CommitTicketUpdater? >
If you'd like to work with GitHub you can use: https://github.com/trac-hacks/trac-github What Git hosting service are you using? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
