Changes between Version 73 and Version 74 of GitPlugin


Ignore:
Timestamp:
Feb 18, 2011, 11:52:00 PM (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v73 v74  
    130130
    131131With Trac 0.12 a VC independent plugin approach to handling ticket references in commit messages has been put into place.
    132 Thus 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 `your_repository.git/hooks/`.
     132Thus 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 `your_repository.git/hooks/`. Won't work as intended before #7301 is fixed.
    133133
    134134Two examples are available as attachments.