Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins using file src/main.c version e2908e3303
|
2022-04-15
| ||
| 13:51 | Enhanced interpretation of the "autosync" setting. It is now possible to set the setting to "on,open=off" to cause autosync to be on by default but off for the "open" command, as an example. Use the "help autosync" command for further detail. check-in: 346e45702c user: drh tags: trunk | |
| 12:41 | Fix the "fossil open" command so that it honors global settings. check-in: 24420b4e63 user: drh tags: trunk | |
| 12:33 | Simplify the autosync_loop() interface by omitting the second parameter, which was always the value of the "autosync-tries" setting. Have the autosync_loop() function look up the autosync-tries setting for itself. check-in: 9445f8a8a2 user: drh tags: trunk | |
|
2022-04-13
| ||
| 16:27 | On the /info view for a checkin which has a branch/branch-name wiki page, correct the Edit Wiki link to use /wikiedit instead of /wiki if permissions allow, otherwise the /wiki page's automatic redirection of branch/branch-name wiki pages to the timeline makes it impossible to get to the editor for a branch-specific wiki page. check-in: 82510672b8 user: stephan tags: trunk | |
|
2022-04-11
| ||
| 09:33 | Brought the "Fossil grep vs POSIX grep" doc up to date relative to the merged grep-enhancements branch. check-in: caba4b0188 user: wyoung tags: trunk | |
| 06:45 | Fixed a couple mis-formatted SETTING decls, per [forum:6f1b0483cd | forum post 6f1b0483cd]. check-in: 0dd4118063 user: stephan tags: trunk | |
| 06:37 | Part 2 of [bb0118227f2c]. check-in: 74bd3fd4d9 user: stephan tags: trunk | |
|
2022-04-10
| ||
| 19:58 | mkheaders carriage-return fix from [forum:6b2e7dbee7 | forum post 6b2e7dbee7]. check-in: bb0118227f user: stephan tags: trunk | |
| 18:56 | Added the "--page wcontent" bit to the new wiki versioning example in the glossary. check-in: b05a07a9a2 user: wyoung tags: trunk | |
| 18:53 | Grammar tweaks to previous check-in: ccd5cacc51 user: wyoung tags: trunk | |
| 18:49 | Added "Embedded Documentation" section to the glossary per larrybr's request in /chat. It's a Fossil-specific term of art. It also gives us a place to contrast with the wiki; that could live in the docs for the wiki or embedded docs instead, but the glossary is where newbies go to get oriented on terms, so the "but which should I use" question fa... check-in: e583b48a04 user: wyoung tags: trunk | |
|
2022-04-08
| ||
| 08:46 | Merged in trunk. check-in: e8a1382fc3 user: stephan tags: markdown-tagrefs | |
| 08:45 | Cherrypicked [2f3c84b3e9ed], which wash intended for trunk. check-in: 834db57d95 user: stephan tags: trunk | |
|
2022-04-06
| ||
| 16:42 | Minor consistency fix about ambiguous sub-command dispatch and error reporting, see related [forum:/forumpost/48d6de4f8e2afdde|forum post]. check-in: 512905efd3 user: mgagnon tags: trunk | |
|
2022-04-05
| ||
| 19:51 | When reporting the list of matching ambiguous sub-commands, make sure settings with the same prefix are not listed. Closed-Leaf check-in: bb5162fe16 user: mgagnon tags: ambiguous_cmd_fix | |