Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
25 check-ins using file src/shell.c version 23b1e58251
|
2021-08-07
| ||
| 10:33 | Fix an uninitialized variable resulting from check-in [cdbf0bf179989a2d]. check-in: a099ccfe92 user: drh tags: trunk | |
| 10:18 | Update change long to mention the recent Markdown formatter change. check-in: 2125ddb964 user: drh tags: trunk | |
|
2021-08-06
| ||
| 23:39 | Minor internal doc fixes. check-in: b473ba079b user: stephan tags: trunk | |
| 23:23 | Simplify the HTML block tag handling in the markdown formatter. (See [forum:/forumpost/3f0136cd8054a14e|forum thread 3f0136cd80].) Dramatically reduce the number of of HTML block tags that do not apply markdown formatting to their content. The list is now just <pre> and <script>. Formerly this list include things like <p> and <table>. check-in: cdbf0bf179 user: drh tags: trunk | |
|
2021-08-05
| ||
| 17:06 | Minor doc fix for previous commit. No code changes. check-in: 04a9e74a93 user: stephan tags: trunk | |
| 11:55 | Resolved invalid memory write in --args FILE handling when FILE contains embedded NULs, as reported in [forum:/forumpost/7b34eecc1b8cf5d2|forum post 7b34eecc1b8cf5d2]. Cause: mismatch between --args expansion's own line counting vs blob_line() counting. All bytes after the first embedded NUL are now effectively ignored. check-in: e120c2a9a7 user: stephan tags: trunk | |
|
2021-08-02
| ||
| 10:09 | Typo fix in previous check-in: e3066edea3 user: wyoung tags: trunk | |
| 08:49 | Clarified the double-quoting and {} quoting rules for TH1 in the docs. check-in: a1e415291c user: wyoung tags: trunk | |
|
2021-07-26
| ||
| 20:07 | Fix typo on the /stat page. check-in: 9860f1ea44 user: drh tags: trunk | |
| 03:03 | Updated URLs in fossil.1 man page to https. check-in: 762dc040b8 user: stephan tags: trunk | |
|
2021-07-25
| ||
| 02:59 | Add new branch subcommands: close, reopen, hide, unhide. check-in: f1fb1239be user: stephan tags: trunk | |
|
2021-07-23
| ||
| 21:47 | Updated the caps/index.md doc to reflect the recent "sxy" change check-in: 34de621459 user: wyoung tags: trunk | |
| 19:48 | Comment typo fix in previous check-in: ec5efceb8a user: wyoung tags: trunk | |
| 19:35 | The default user capability string for the test-http command — used by ssh:// URLs despite the "test-" prefix! — is now "sxy" to grant all permissions as claimed [/doc/trunk/www/caps/#webonly | in the docs]. While this is objectively correct, it doesn't solve the actual problem I was chasing, being UV sync failure over SSH per [forum:/forumpost/b121db582ee1ed2c | a recent forum post]. check-in: 129e395878 user: wyoung tags: trunk | |
| 06:12 | Added (branch reopen) subcommand, the inverse of (branch close), per forum feedback. Closed-Leaf check-in: 6f3ab14165 user: stephan tags: branch-close-subcommand | |
| 02:44 | branch hide/unhide subcommands now skip over checkins which have resp. don't have the hidden tag. check-in: 768f30ffb7 user: stephan tags: branch-close-subcommand | |
| 02:22 | Added (branch hide/unhide) subcommands. check-in: 05b42e6aa6 user: stephan tags: branch-close-subcommand | |
|
2021-07-22
| ||
| 23:21 | Internal refactoring of (branch close) subcommand in prep for pending addition of similar (branch hide/unhide) feature. check-in: 9baa9768f6 user: stephan tags: branch-close-subcommand | |
| 23:08 | Enhance the /vdiff page to understand the nc (no-color) query parameter and to do a better job of preserving query parameter choices when clicking on other display options. check-in: 2e51bb9b03 user: drh tags: trunk | |
| 07:47 | branch close: added --user/date-override options, per forum feedback. check-in: 94764e962c user: stephan tags: branch-close-subcommand | |
| 06:25 | branch close: minor doc and style cleanups. Delay output of control artifact in dry-run mode until after Z-card is calculated. Only show new dry-run artifact in --verbose mode. check-in: 25197505b1 user: stephan tags: branch-close-subcommand | |
| 06:16 | branch close: dry-run mode no longer skips the saving steps. check-in: a6a1a3cf0c user: stephan tags: branch-close-subcommand | |
| 05:59 | Initial impl of (branch close) subcommand. check-in: 0bdb19f3d3 user: stephan tags: branch-close-subcommand | |
|
2021-07-21
| ||
| 18:48 | Cleanup for the "fossil help" command implementation. check-in: 8a231a7990 user: drh tags: trunk | |
| 17:13 | Update the built-in SQLite to the latest trunk version, for testing purposes. check-in: cd90fc9114 user: drh tags: trunk | |