Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file src/main.c version 5489280905
|
2021-12-16
| ||
| 09:43 | Added missing help text reference to the -o/--options help flag, per [forum:9b3a25eb2b | forum post 9b3a25eb2b]. check-in: 784f147dc4 user: stephan tags: trunk | |
| 04:20 | Merged in trunk and resolved numerous code clashes in /chat. check-in: 54dba74790 user: stephan tags: markdown-tagrefs | |
|
2021-12-14
| ||
| 14:49 | Added help text doc for -k alias for --keep for the open command, per [forum:6f17cf142f80e2c3 | forum post 6f17cf142f80e2c3]. check-in: 8fee91d408 user: stephan tags: trunk | |
| 14:45 | Add '-k' as short option for '--keep' in 'fossil open', per forum observation. check-in: bbd3d25654 user: danield tags: trunk | |
|
2021-12-12
| ||
| 16:18 | The "Summary Line Convention In Commit Comments" section in gitusers.md now covers the related setting under Admin -> Timeline. check-in: c33ffed3eb user: wyoung tags: trunk | |
| 15:41 | Extracted the glossary to a new document from the old "why use Fossil" doc, expanded it considerably, converted it from Wiki to Markdown, and updated the links to point to its new location. check-in: a58d952fa6 user: wyoung tags: trunk | |
|
2021-12-10
| ||
| 04:13 | dbstat command: account for tags named wiki-X which are not wiki pages, fix ordering of event/forumpost queries which caused event (tech-note) count to get overwritten by forumpost count. check-in: 28a60efcf9 user: stephan tags: trunk | |
|
2021-12-09
| ||
| 20:12 | Merge the latest 3.38.0 alpha of SQLite that includes support for the use of Bloom filters, in order to test SQLite. check-in: 88a9343205 user: drh tags: trunk | |
|
2021-12-06
| ||
| 07:24 | Disable the short option of `-U|--username USERNAME' for the `winsrv' command, as it conflicts with the global `-U|--user USER' option, and could never be used, anyway. check-in: 10e7100107 user: florian tags: trunk | |
|
2021-12-04
| ||
| 13:23 | diffcmd.c: Fix a typo in comment for file_same_as_blob() check-in: fb2d6374f5 user: js tags: trunk | |
| 08:23 | Updated MINIMUM_SQLITE_VERSION to 3.37, as reported in [forum:81cd206073 | forum post 81cd206073]. check-in: ebea00c5bd user: stephan tags: trunk | |
|
2021-11-19
| ||
| 10:16 | Merged latest trunk into strict branch. Leaf check-in: 845d3e8612 user: stephan tags: strict | |
|
2021-10-22
| ||
| 11:18 | New sqlite3.c to fix a harmless compiler warning. check-in: acbc849384 user: drh tags: strict | |
| 10:10 | On this branch, the schema makes use of the STRICT keyword new to SQLite 3.37.0. Fossil does not benefit from this. The point of this branch is to beta-test the new STRICT mode of SQLite. check-in: 632ffb82e1 user: drh tags: strict | |