Changes On Branch double-dash-flag
Not logged in

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

Changes In Branch double-dash-flag Excluding Merge-Ins

This is equivalent to a diff from e5e094071d to 52ae3288ab

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: 52ae3288ab 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: 639b2c183e user: stephan tags: double-dash-flag
18:47
Update the fingerprint mechanism so that it if the revised hash algorithm fails, it retries using the legacy hash algorithm before reporting an error (and alarming users). The revised hash is always stored. The "test-fingerprint" command is updated to show both the old and the new hash algorithm and the fingerprint currently stored in the localdb... check-in: 36d3685833 user: drh tags: trunk
16:10
Added -- support to (add, rm, mv). check-in: 9a7101d5dc user: stephan tags: double-dash-flag
15:45
fossil add: fixed leak of ignore-glob prompt string. check-in: e5e094071d user: stephan tags: trunk
2019-09-26
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: f6e635308c 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.