Changes between Version 13 and Version 14 of WorkingGuideLines


Ignore:
Timestamp:
11/02/09 10:23:20 (14 years ago)
Author:
andrew_b
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGuideLines

    v13 v14  
    7272   * is the patch doing what it should? 
    7373   * 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, then remove 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. 
    7575 * 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". 
    7676 
     
    106106 $ git merge --log --no-ff 123_branch_name  // merge "123_branch_name" to "master" 
    107107}}} 
    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).  
    109109 
    110110 Now you ready to update master branch on server: