Changes between Version 26 and Version 27 of Developer/Git/Committers


Ignore:
Timestamp:
10/21/18 21:28:22 (6 years ago)
Author:
Amar Takhar
Comment:

Add a section about ticket updating via commit messages

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Committers

    v26 v27  
    154154=  Committing  =
    155155
     156== Ticket Updates ==
     157Our trac instance supports updating a related ticket with the commit message.
     158
     159Any references to a ticket for example !#1234 will insert the message into the ticket as an 'update'.  No command is required.
     160
     161Closing a ticket can be done by prefixing the ticket number with any of the following commands:
     162
     163  '''close closed closes fix fixed fixes'''
     164
     165For example:
     166  {{{closes #1234}}}
     167
     168  {{{This is a random update it closes #1234 and updates #5678}}}
     169
     170
     171== Commands ==
    156172When merging someone's work, whether your own or otherwise, we have some suggested procedures to follow.
    157173 *  Never work in the master branch. Checkout a new branch and apply patches/commits to it.