Changes between Version 16 and Version 17 of GitCreateBundle


Ignore:
Timestamp:
Oct 25, 2013, 9:53:35 AM (10 years ago)
Author:
Piero Campalani
Comment:

add ticket pattern in merge commit title

Legend:

Unmodified
Added
Removed
Modified
  • GitCreateBundle

    v16 v17  
    3737     Each patch must be associated to a ticket (see [StandardsAndGuideLines guidelines]), hence a git bundle should '''only perform the merge''' of two branches: no new "patches" should be stacked in, in none of the two branches (number of refs in the bundle will be checked anyway by the patch manager);
    3838   * NAMING CONVENTIONS
    39       * the name of the merging '''commit''' must follow the naming convention "`Merge branch 'feature_X' into master`", so actually leave the default title that git sets;
     39      * the name of the merging '''commit''' must follow the naming convention "`ticket:NNN - Merge branch 'feature_X' into master`", so actually leave the default title that git sets;
    4040      * the name of the '''bundle file''' must follow the pattern "`ticket:NNN_descriptionOfMerge.bundle`", referring to the ticket which justifies the merge.
    4141