Changes between Version 13 and Version 14 of WorkingGuideLines
- Timestamp:
- 11/02/09 10:23:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingGuideLines
v13 v14 72 72 * is the patch doing what it should? 73 73 * the patch mustn't introduce new bugs! 74 * If you're fine with this patch add your login to the "Votes for changeset" field, else if the patch is not okay, thenremove votes and set the "Severity" field to "on rework" as keyword and describe whats problems with this patch.74 * If you're fine with this patch, add your login to the "Votes for changeset" field, else if the patch is not okay, remove votes and set the "Severity" field to "on rework" as keyword and describe whats problems with this patch. 75 75 * Currently two votes are needed in order to get a patch into the parent branch. If you are the second one which have successfully reviewed this patch then you also set the "Severity" field to "approved". 76 76 … … 106 106 $ git merge --log --no-ff 123_branch_name // merge "123_branch_name" to "master" 107 107 }}} 108 option --log add to commit list of merged patches, option --no-ff allow create merge commit in case where branch isn't child branch for current head, it should simplify understanding commit relation (use --no-ff option even you have one commit in branch).108 --log option adds the merged patches list to the commit. --no-ff option allows create the merge commit in case where branch isn't child branch for current head, it should simplify understanding commit relation (use --no-ff option even you have one commit in branch). 109 109 110 110 Now you ready to update master branch on server: