3 | | * Integration with trac. http://trac-hacks.org/wiki/GitPlugin |
4 | | * Demonstrate that git actually is better at resolving the merging conflicts we hit in real usage. - I know that specific examples would be great here, but does anyone actually doubt that merging is less painful in git? |
5 | | * Source code browsing tools. (including revision browsing) gitweb? |
6 | | * Down-time and retraining time for developers. |
7 | | * Safety of the core source (limiting the damage possible accidentally or by new committers) |
8 | | * (with git it's possible to make changes that destroy the history of the repository) |
9 | | * Have a server side post-commit hook that disallows non-fast-forward updates. That negates any possibility of a newbie messing up the master Parrot git repo. Also, the history is not destroyed, just altered. The history is still there and could easily be fixed from another Parrot git repo. |
| 3 | 1. Objection: Integration with trac. |
| 4 | * Answer 1.1: http://trac-hacks.org/wiki/GitPlugin |
| 5 | |
| 6 | 2. Objection: Demonstrate that git actually is better at resolving the merging conflicts we hit in real usage. |
| 7 | * Answer 2.1: I know that specific examples would be great here, but does anyone actually doubt that merging is less painful in git? |
| 8 | |
| 9 | 3. Objection: Source code browsing tools. (including revision browsing) |
| 10 | * Answer 3.1: gitweb? |
| 11 | |
| 12 | 4. Objection: Down-time and retraining time for developers. |
| 13 | |
| 14 | 5. Objection: Safety of the core source (limiting the damage possible accidentally or by new committers) |
| 15 | * Claim: (with git it's possible to make changes that destroy the history of the repository) |
| 16 | * Answer 5.1: Have a server side post-commit hook that disallows non-fast-forward updates. That negates any possibility of a newbie messing up the master Parrot git repo. |
| 17 | * Answer 5.2: Also, the history is not destroyed, just altered. The history is still there and can easily be fixed from another Parrot git repo. |