Fossil SCM
go back to the old numbering (ok'd drh).
Commit
a87717ad86e83ffbd75ca8ae7e0ee3adc2796b87
Parent
d41074f86294dc9…
1 file changed
+8
-8
+8
-8
| --- www/checkin.wiki | ||
| +++ www/checkin.wiki | ||
| @@ -3,36 +3,36 @@ | ||
| 3 | 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | 5 | |
| 6 | 6 | Before every check-in: |
| 7 | 7 | |
| 8 | - 1. <b>fossil user default</b> → your username is correct. | |
| 8 | + 0. <b>fossil user default</b> → your username is correct. | |
| 9 | 9 | |
| 10 | - 2. <b>fossil diff</b> → | |
| 10 | + 1. <b>fossil diff</b> → | |
| 11 | 11 | <ol type="a"> |
| 12 | 12 | <li> No stray changes |
| 13 | 13 | <li> All changes comply with the license |
| 14 | 14 | <li> All inputs are scrubbed before use |
| 15 | 15 | <li> No injection attacks via %s formats |
| 16 | 16 | </ol> |
| 17 | 17 | |
| 18 | - 3. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 18 | + 2. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 19 | 19 | |
| 20 | - 4. The check-in will go onto the desired branch. | |
| 20 | + 3. The check-in will go onto the desired branch. | |
| 21 | 21 | → Do <u>not</u> check into trunk without prior approval from |
| 22 | 22 | the lead programmer (drh)! |
| 23 | 23 | |
| 24 | - 5. auto-sync is on, or the system clock is verified | |
| 24 | + 4. auto-sync is on, or the system clock is verified | |
| 25 | 25 | |
| 26 | - 6. If sources files have been added or removed, ensure all makefiles | |
| 26 | + 5. If sources files have been added or removed, ensure all makefiles | |
| 27 | 27 | and configure scripts have been updated accordingly. |
| 28 | 28 | |
| 29 | 29 | Before every check-in to <b>trunk</b>: |
| 30 | 30 | |
| 31 | - 7. No compiler warnings on the development machine. | |
| 31 | + 6. No compiler warnings on the development machine. | |
| 32 | 32 | |
| 33 | - 8. The fossil executable that results from a build actually works. | |
| 33 | + 7. The fossil executable that results from a build actually works. | |
| 34 | 34 | |
| 35 | 35 | |
| 36 | 36 | <hr> |
| 37 | 37 | <h2>Commentary</h2> |
| 38 | 38 | |
| 39 | 39 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,36 +3,36 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 1. <b>fossil user default</b> → your username is correct. |
| 9 | |
| 10 | 2. <b>fossil diff</b> → |
| 11 | <ol type="a"> |
| 12 | <li> No stray changes |
| 13 | <li> All changes comply with the license |
| 14 | <li> All inputs are scrubbed before use |
| 15 | <li> No injection attacks via %s formats |
| 16 | </ol> |
| 17 | |
| 18 | 3. <b>fossil extra</b> → no unmanaged files need to be added. |
| 19 | |
| 20 | 4. The check-in will go onto the desired branch. |
| 21 | → Do <u>not</u> check into trunk without prior approval from |
| 22 | the lead programmer (drh)! |
| 23 | |
| 24 | 5. auto-sync is on, or the system clock is verified |
| 25 | |
| 26 | 6. If sources files have been added or removed, ensure all makefiles |
| 27 | and configure scripts have been updated accordingly. |
| 28 | |
| 29 | Before every check-in to <b>trunk</b>: |
| 30 | |
| 31 | 7. No compiler warnings on the development machine. |
| 32 | |
| 33 | 8. The fossil executable that results from a build actually works. |
| 34 | |
| 35 | |
| 36 | <hr> |
| 37 | <h2>Commentary</h2> |
| 38 | |
| 39 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,36 +3,36 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 0. <b>fossil user default</b> → your username is correct. |
| 9 | |
| 10 | 1. <b>fossil diff</b> → |
| 11 | <ol type="a"> |
| 12 | <li> No stray changes |
| 13 | <li> All changes comply with the license |
| 14 | <li> All inputs are scrubbed before use |
| 15 | <li> No injection attacks via %s formats |
| 16 | </ol> |
| 17 | |
| 18 | 2. <b>fossil extra</b> → no unmanaged files need to be added. |
| 19 | |
| 20 | 3. The check-in will go onto the desired branch. |
| 21 | → Do <u>not</u> check into trunk without prior approval from |
| 22 | the lead programmer (drh)! |
| 23 | |
| 24 | 4. auto-sync is on, or the system clock is verified |
| 25 | |
| 26 | 5. If sources files have been added or removed, ensure all makefiles |
| 27 | and configure scripts have been updated accordingly. |
| 28 | |
| 29 | Before every check-in to <b>trunk</b>: |
| 30 | |
| 31 | 6. No compiler warnings on the development machine. |
| 32 | |
| 33 | 7. The fossil executable that results from a build actually works. |
| 34 | |
| 35 | |
| 36 | <hr> |
| 37 | <h2>Commentary</h2> |
| 38 | |
| 39 |