Changes between Version 45 and Version 46 of GitPlugin


Ignore:
Timestamp:
Apr 25, 2010, 11:16:34 PM (14 years ago)
Author:
Bengt Lüers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v45 v46  
    125125
    126126With Trac 0.12 a VC independent plugin approach to handling ticket references in commit messages has been put into place.
    127 Thus for 0.12 in you basically need to enable the CommitTicketUpdater component in `trac.ini`, and call `trac-admin TRAC_ENV changeset added <commitid(s)>`, e.g. by using a `post-receive` script along the lines of:
     127Thus for 0.12 in you basically need to enable the !CommitTicketUpdater component in `trac.ini` or via the webinterface under 'Admin/Plugins'. Additionally you have to call `trac-admin TRAC_ENV changeset added <commitid(s)>`, e.g. by putting a `post-receive` script into yourRepository.git/hooks/ along the lines of:
    128128{{{
    129129#!python