Changes On Branch help-full
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch help-full Excluding Merge-Ins

This is equivalent to a diff from bfa99a9399 to 0ac9052c38

2021-02-05
03:21
Merged in help-full branch, which adds help --everything flag, and fixed another bit of safe-html setting docs so that they work with the HTML help text export. check-in: 89e5ac196d user: stephan tags: trunk
03:17
Replaced raw SCRIPT and STYLE tag references in the safe-html docs with non-tag formulations because the tags break the HTML-format help text conversion. Closed-Leaf check-in: 0ac9052c38 user: stephan tags: help-full
2021-02-03
13:38
Update the built-in SQLite to the latest 3.35.0 alpha that includes support for RETURNING and the ability to use TEMP triggers even if SQLITE_DBCONFIG_ENABLE_TRIGGER is off. check-in: 60b8c71b00 user: drh tags: trunk
2021-02-02
23:01
added help --everything option that borrows functionality refactored from test-all-help check-in: c39e23cda6 user: sdr tags: help-full
16:01
modified help command to output detailed help information when stdout is not a tty (note: branch name changed after consensus seemed to indicate original concept was undesirable) check-in: d792943681 user: sdr tags: help-full
2021-02-01
12:29
Fix typo: added missing word to 'fossil help all' output. check-in: bfa99a9399 user: jamsek tags: trunk
2021-01-31
21:00
More robust exclusion of the -v diff when extracting the comment message from the user's editor output. Enhance the -n (--dryrun) flag on "fossil commit" so that it goes through the commit prompt sequence for debugging. check-in: 4eca7eb902 user: drh tags: trunk

Changes to src/dispatch.c.

Changes to src/wikiformat.c.