Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins using file src/db.c version 763166992d
|
2019-09-13
| ||
| 12:48 | Rewrote the "One vs. Many Check-outs per Repository" section in fossil-v-git.wiki to focus more on default modes of operation and their consequences in response to nit-picking on the Lobste.rs thread about this article pointing out that you can make Git work in the Fossil style. Defaults matter. check-in: 10a57cece1 user: wyoung tags: trunk | |
| 12:40 | Enhance the title for the /finfo page when the ubg query parameter is present. Use the ubg query parameter for the document history link on the rebaseharm.md page. check-in: 80f982518b user: drh tags: trunk | |
| 12:00 | Added paragraph on feedback loops, control theory, and OODA to the fossil-v-git doc, distilling a recent discussion on the forum. check-in: b0f2a48f98 user: wyoung tags: trunk | |
| 11:33 | Reworked the final paragraph of the new section 2.8 in fossil-v-git.wiki, adding in a mention of www/branching.wiki to the comparison, to make it fairer. check-in: 8f7576b024 user: wyoung tags: trunk | |
| 11:12 | Added section "7.0 Collapsing check-ins throws away valuable information" to rebaseharm.md, linked to from the previous throwaway comment about squashing a whole branch down to a single commit during rebase. This section explains an entire class of harms that come from rebase which wasn't previously covered. check-in: c71fe99f9b user: wyoung tags: trunk | |
| 10:46 | Added section "2.8 Test Before Commit" to the fossil-v-git doc. check-in: e5ba45788b user: wyoung tags: trunk | |
| 09:25 | Added a few paras to section 3.0 in rebaseharm.md, giving consequences of siloed development in Socratic fashion. check-in: 924bf44d39 user: wyoung tags: trunk | |
| 09:23 | Assorted grammar and spelling fixes in www/rebaseharm.md. Also added named anchors to all of the sections. check-in: cd689b3813 user: wyoung tags: trunk | |
| 09:00 | Added another link from www/fossil-v-git.wiki to rebaseharm.md. check-in: 29997f803b user: wyoung tags: trunk | |
|
2019-09-12
| ||
| 17:51 | Add the optimized file_is_simple_pathname_nonstrict() as an alternative to file_is_simple_pathname() when parsing manifests. check-in: b4aadf2cea user: drh tags: trunk | |
| 17:11 | Use strchr() to improve the performance of defossilize(). check-in: 0aaefeaba1 user: drh tags: trunk | |
| 16:51 | Use strspn() to improve the performance of validate16(). check-in: c550d6e021 user: drh tags: trunk | |
| 16:43 | Add the --limit N option to the test-parse-all-blobs test command, so that we can easily limit the run-time of that command for cachegrind performance testing. check-in: 52211ccc2f user: drh tags: trunk | |
| 16:31 | Performance optimization in the control artifact parser. check-in: 3d802ec514 user: drh tags: trunk | |
| 07:31 | Add the lock-timeout setting. check-in: 6d3daf74e3 user: drh tags: trunk | |