Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
27 check-ins using file src/shell.c version ccbc02a9ee
|
2020-11-17
| ||
| 17:55 | Merge version-2.13 check-in: 98b447109e user: george tags: wiki-history | |
|
2020-11-01
| ||
| 00:27 | Update the latest release notation on the homepage. check-in: 15e42c5456 user: drh tags: trunk | |
| 00:13 | Version 2.13 "All Saints" check-in: e7bba4ff36 user: drh tags: trunk, release, version-2.13 | |
|
2020-10-31
| ||
| 03:15 | Covered the difference between "git log" and "fossil timeline" in the gitusers doc; made several other improvements while in there. check-in: f6ad6fb179 user: wyoung tags: trunk | |
|
2020-10-29
| ||
| 19:18 | Fixed a use of "above" in a document to refer to text that was later moved to another document entirely. We now link to that doc instead. check-in: 6a6fd6b911 user: wyoung tags: trunk | |
| 19:07 | Reworked the "Clones and Backups" section of www/caps/admin-v-setup.md now that we have www/backup.md. check-in: dd65d143c3 user: wyoung tags: trunk | |
| 16:30 | Requires SQLite version 3.34.0 or later, due to the recursive CTE enhancement needed by /finfo. check-in: 8813ae91a6 user: drh tags: trunk | |
| 13:42 | Minor fix to error handling in pikchr.c. check-in: 5febff257d user: drh tags: trunk | |
| 02:06 | Update to the latest pikchr.c that fixes issues with the "close" attribute. check-in: c9bc2b4a8d user: drh tags: trunk | |
|
2020-10-28
| ||
| 16:13 | When deleting a subscription, also provide the opportunity to delete the corresponding user. When deleting a user, always also delete subscriptions associated with that user. check-in: b6b5a7dc62 user: drh tags: trunk | |
|
2020-10-27
| ||
| 08:47 | Add section "Naming of Files, Checkins, and Branches" check-in: 590a8fcac6 user: danshearer tags: trunk | |
| 08:04 | Correct typo; X swapped with Y check-in: 986bde2b54 user: danshearer tags: trunk | |
|
2020-10-26
| ||
| 19:49 | Merge enhancements to the quickstart.wiki documentation page onto trunk. check-in: f2abc2b009 user: drh tags: trunk | |
| 16:44 | Minor html emphasis fix Closed-Leaf check-in: 2c9ccd77e4 user: danshearer tags: quickstart | |
| 16:35 | Minor mods, and use <tt> for command output check-in: cfc68d1349 user: danshearer tags: quickstart | |
| 15:56 | Add examples and expand on the workflow check-in: 3e44368b6c user: danshearer tags: quickstart | |
| 06:46 | Added zsh fossil autocompletion, as discussed in [https://fossil-scm.org/forum/forumpost/47a180c815]. check-in: e299531d5b user: stephan tags: trunk | |
|
2020-10-22
| ||
| 17:35 | Assorted minor fixes and tweaks to the check-in names doc check-in: 68a78b895e user: wyoung tags: trunk | |
|
2020-10-20
| ||
| 23:40 | Fix a harmless compiler warning in the previous check-in. check-in: 6c2b5bafb6 user: drh tags: trunk | |
| 23:37 | The /file page for a file that is not part of the latest checkin tries to substitute the most recent checking that added the file. check-in: 5cf5ad8491 user: drh tags: trunk | |
| 10:08 | Small tweaks to the CAP Theorem doc check-in: 67a4c1d313 user: wyoung tags: trunk | |
| 00:20 | For the graph drawing routines, make the graph row identifier a 64-bit integer type to avoid the possibility of integer overflow in /finfo where the row ids are a composite of the blob.rid and filename.fnid and hence might become large for repositories with many files and many check-ins. check-in: ab71d95a9f user: drh tags: trunk | |
|
2020-10-19
| ||
| 20:52 | Update the built-in SQLite to fix a bug introduced by the previous update. check-in: 0fac549b56 user: drh tags: trunk | |
| 20:09 | Do a better job of showing when a file is added, deleted, or renamed in the /finfo page. check-in: a0bca48147 user: drh tags: trunk | |
| 18:24 | Improvements to /finfo: Show all file rename events. The "rid" for each timeline entry must be a combination of the file-id "fid" and the filename-id "fnid" since either one of those two might change which should result in a new entry on the timeline. check-in: 8c598d7232 user: drh tags: trunk | |
| 14:37 | Use the new multi-recursive-term capability of CTEs in SQLite to fix the /finfo clade calculation, and to make /finfo run about 5x faster. check-in: 47bfea074b user: drh tags: trunk | |
| 13:25 | Update the built-in SQLite to the latest 3.34.0 alpha that includes the ability to have multiple recursive terms in a recursive CTE. That new capability is expected to be helpful in improving the /finfo page. check-in: 5328f82160 user: drh tags: trunk | |