Fossil

Check-in Differences
Login

Check-in Differences

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

Difference From f6e635308c0c03f7 To double-dash-flag

2019-09-27
23:56
Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). ... (Closed-Leaf check-in: 52ae3288 user: stephan tags: double-dash-flag)
22:51
Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. ... (check-in: 639b2c18 user: stephan tags: double-dash-flag)
15:45
fossil add: fixed leak of ignore-glob prompt string. ... (check-in: e5e09407 user: stephan tags: trunk)
08:48
Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. ... (check-in: d8ebbd76 user: stephan tags: double-dash-flag)
2019-09-26
23:41
Adds syntax-hl boolean option, fixes file extension retrieval.

The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. ... (Closed-Leaf check-in: 6ead94ab user: lmartin92 tags: syntax-hl-with-linenumbers)

23:36
Create new branch named "syntax-hl-with-numbering" ... (Closed-Leaf check-in: 6f82d2c1 user: lmartin92 tags: syntax-hl-with-numbering)
17:58
Remove the discussion of the "close" command from the fiveminutes.wiki document as the "close" command is not really needed, is rarely used, and serves no purpose in the document but to confuse the reader. ... (check-in: f6e63530 user: drh tags: trunk)
17:36
Fix a typo in the CGI extension documentation. ... (check-in: b4ac00d8 user: drh tags: trunk)

Changes to src/add.c.

Changes to src/branch.c.

Changes to src/checkin.c.

Changes to src/clone.c.

Changes to src/content.c.

Changes to src/db.c.

Changes to src/diff.c.

Changes to src/diffcmd.c.

Changes to src/file.c.

Changes to src/finfo.c.

Changes to src/main.c.

Changes to src/merge3.c.

Changes to src/name.c.

Changes to src/regexp.c.

Changes to src/stash.c.

Changes to src/tar.c.

Changes to src/undo.c.

Changes to src/unversioned.c.

Changes to src/update.c.

Changes to src/wiki.c.

Changes to src/zip.c.