Hi gang:

As you may have noticed, I have installed a git repository post-commit
hook to automatically update Trac tickets if the git commit log message
contains instructions like ``fixes #123'' or ``closes #123''.

Note that the syntax changes slightly, as the colon is missing; this
will also permit us to distinguish between Savannah and Trac tickets.
So the commit log style is now:

    WebFoo: fixed handling of xyzzy

    * When removing xyzzy's pre-set values, there was a side effect in
      that zyxxy's preferences were affected too.  This is fixed now.
      (fixes #123)

    * Added a new regression test case for this functionality.

See updated <https://twiki.cern.ch/twiki/bin/view/CDS/GitWorkflow> and a
real-life example at <http://cdswaredev.cern.ch/invenio/ticket/40>.

Best regards
--
Tibor Simko

Reply via email to