Changes between Version 8 and Version 9 of GitCreateBundle


Ignore:
Timestamp:
Oct 23, 2013, 7:25:59 AM (11 years ago)
Author:
Piero Campalani
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GitCreateBundle

    v8 v9  
    3434Although git bundles are pretty powerful, that is they can add commits, merge branches, etc. It is important here to follow some rules when submitting a bundle, which mainly are:
    3535
    36    * HONESTY:[[BR]]
     36   * 1 HEAD:[[BR]]
    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