Changes between Version 7 and Version 8 of Moving to Git
- Timestamp:
- Jun 22, 2009, 2:30:42 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Moving to Git
v7 v8 24 24 '''Discussion''' 25 25 26 I believe the current practice of saving commit logs on disk to ChangeLog file(s) originated to ensure that commit logs received review too. Git renders this unnecessary since pushing to a private branch will show all commit messages and thus they can be reviewed before the changesets are pushed to the primary repository. 26 I believe the current practice of saving commit logs on disk to ChangeLog file(s) originated to ensure that commit logs received review too. Git renders this unnecessary since pushing to a private branch will show all commit messages and thus they can be reviewed before the changesets are pushed to the primary repository. And if a commit message was found wanting it is easy to adjust with 'git commit --amend' 27 27 28 28 * Distributed nature of git allows to commit even when server goes down. … … 42 42 * Bugzilla integration 43 43 * A common suggested workflow would need to be worked out. 44 * An option for contributing for those who are unwilling/unable to learn git? 44 * An option for contributing for those who are unwilling/unable to learn git? ([http://www.gnome.org/~newren/eg/ Easy Git?]) 45 45 * Please fill in here... 46 46 47 47 == TODO == 48 48 * Unsure of the current status of Git on Windows and how many Windows developers we have. 49 * Find out just how many git users we have who actively contribute to WebKit. 49 * Find out just how many git users we have who actively contribute to WebKit. (Educated guess puts us at 20% git users?) 50 50 * Find out how many svn users we have and their feelings on moving to git. 51 51 * Please fill in here...