Changes between Version 12 and Version 13 of WorkingConventions/Git
- Timestamp:
- 07/18/11 02:21:45 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions/Git
v12 v13 20 20 * Discuss anything you think might be controversial before pushing it. 21 21 22 * We have a simple naming convention for certain kinds of patches: 22 == Commit messages == 23 24 We have a simple convention for commit log messages: 25 23 26 * If your patch fixes breakage in the build, then begin the patch name with `"FIX BUILD"`. e.g. 24 27 {{{ … … 29 32 withMVar family have a bug (fixes #767) 30 33 }}} 31 Trac will then create a link from the commit to the ticket, making navigation easier.34 '''Trac will then create a link from the commit to the ticket''', making navigation easier. 32 35 33 36 == Line endings ==
