Changes between Version 8 and Version 9 of GitCreateBundle
- Timestamp:
- Oct 23, 2013, 7:25:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitCreateBundle
v8 v9 34 34 Although 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: 35 35 36 * HONESTY:[[BR]]36 * 1 HEAD:[[BR]] 37 37 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); 38 38 * NAMING CONVENTIONS