Changes between Initial Version and Version 1 of DevNotes/Obsolete/CommitMessage
- Timestamp:
- Jul 27, 2015 10:38:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/CommitMessage
v1 v1 1 To 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 3 One can optionally refer to tickets with the following words 4 5 ticket, issue, bug 6 Examples (note: not verified!): 7 8 {{{ 9 close #10 10 closed: #10 11 closes #10 12 closes ticket:10 13 fixes #10 14 fixes bug:10 15 see issue 5 16 references #5, #6 17 fixes #10 and #11 18 }}}