Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typos in the Fossil-v-Git document. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
60dbbbefdbca2d831c8169e78dee572e |
| User & Date: | drh 2017-03-12 01:03:59.542 |
Context
|
2017-03-12
| ||
| 16:59 | Fix bad hyperlink on the Compiling And Installing Fossil page. check-in: a0f5be9a9d user: drh tags: trunk | |
| 01:03 | Fix typos in the Fossil-v-Git document. check-in: 60dbbbefdb user: drh tags: trunk | |
|
2017-03-10
| ||
| 17:32 | Update to the latest SQLite 3.18.0 prerelease code, and especially the newest CLI code. check-in: d93679a1d7 user: drh tags: trunk | |
Changes
Changes to www/fossil-v-git.wiki.
| ︙ | ︙ | |||
116 117 118 119 120 121 122 | small and sometimes haphazard contributions. Fossil promotes a "cathedral" development model in which the project is closely supervised by an highly engaged architect and implemented by a clique of developers. Nota Bene: This is not to say that Git cannot be used for cathedral-style development or that Fossil cannot be used for bazaar-style development. | | | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | small and sometimes haphazard contributions. Fossil promotes a "cathedral" development model in which the project is closely supervised by an highly engaged architect and implemented by a clique of developers. Nota Bene: This is not to say that Git cannot be used for cathedral-style development or that Fossil cannot be used for bazaar-style development. They can be. But those modes are not their design intent nor their low-friction path. Git encourages a style in which individual developers work in relative isolation, maintaining their own branches and occasionally rebasing and pushing selected changes up to the main repository. Developers using Git often have their own private branches that nobody else ever sees. Work becomes siloed. |
| ︙ | ︙ | |||
143 144 145 146 147 148 149 | Git was specifically designed to support the development of Linux. Fossil was specifically designed to support the development of SQLite. Both SQLite and Linux are important pieces of software. SQLite is found on far more systems than Linux. (Almost every Linux system uses SQLite, but there are many non-Linux systems such as | | | 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | Git was specifically designed to support the development of Linux. Fossil was specifically designed to support the development of SQLite. Both SQLite and Linux are important pieces of software. SQLite is found on far more systems than Linux. (Almost every Linux system uses SQLite, but there are many non-Linux systems such as iPhones, PlayStations, and Windows PCs that use SQLite.) On the other hand, for those systems that do use Linux, Linux is a far more important component. Linux uses a bazaar-style development model. There are thousands and thousands of contributors, most of whom do not know each others names. Git is designed for this scenario. |
| ︙ | ︙ |