Changes between Initial Version and Version 1 of DevNotes/Obsolete/CommitMessage


Ignore:
Timestamp:
Jul 27, 2015 10:38:43 PM (9 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/CommitMessage

    v1 v1  
     1To refer to trac tickets in commit messages the basic syntax is of the form [command] [ticketreference]. A colon between the command and the ticket reference is allowed. The ticketreference also allows to list multiple ticket numbers separated by spaces and/or comma. The word 'and' is also allowed between ticket numbers. 
     2 
     3One can optionally refer to tickets with the following words 
     4 
     5ticket, issue, bug 
     6Examples (note: not verified!): 
     7 
     8{{{ 
     9close #10 
     10closed: #10 
     11closes #10 
     12closes ticket:10 
     13fixes #10 
     14fixes bug:10 
     15see issue 5 
     16references #5, #6 
     17fixes #10 and #11 
     18}}}