Changes between Version 13 and Version 14 of Moving to Git


Ignore:
Timestamp:
Dec 20, 2010 10:40:52 AM (13 years ago)
Author:
Adam Roben
Comment:

Update after r74301

Legend:

Unmodified
Added
Removed
Modified
  • Moving to Git

    v13 v14  
    4444 * Branching is cheap with git which would encourage the practice of developing unstable features in smaller chunks. This would also help to reduce the number of build breakages, as branches that require changes in the platform layers can be done and tested outside of trunk. When all platforms build the changes can be merged to trunk.
    4545 * We have a significant amount of git knowledge amongst various WebKit devs for training the remaining devs.
    46  * WebKitTools/Scripts already contains lots of git coverage.
     46 * Tools/Scripts already contains lots of git coverage.
    4747 * Using GitHub or setting up our own gitorious server for WebKit would allow others to more easily see the different projects that are going on.
    4848 * Please fill in here...