| 1 | = Small Howto use our Git Repro = |
| 2 | At first: |
| 3 | Every developer should check out the git repository via ssh.. as every other possibility is readonly: |
| 4 | |
| 5 | git clone ssh://midnight-commander.org:2222/git/mc.git |
| 6 | |
| 7 | There are now several branches, namely: |
| 8 | * master (testing area) |
| 9 | * stable (from this branch we do the releases, only stable code) |
| 10 | * mc-ru-fork (code from a former fork, which should be integrated) |
| 11 | * utf-8 (a utf8 patch applied) |
| 12 | |
| 13 | Our workflow is splitted up in four parts: |
| 14 | |
| 15 | * Creating the patch |
| 16 | * Discussing the patch |
| 17 | * Applying the patch to master |
| 18 | * Moving the patch after testing to stable |
| 19 | |
| 20 | == Creating the patch == |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |