Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins tagged with "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: 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 | |
| 22:28 | Added -- support to (annotate, artifact, cat, clone). check-in: ef763bcf08 user: stephan tags: double-dash-flag | |
| 16:37 | Help syntax change to match project conventions: [--] to ?--? check-in: 95ed189424 user: stephan tags: double-dash-flag | |
| 16:26 | Added -- support to (changes, clean, extras, ls, commit). check-in: 1b649b9d4e user: stephan tags: double-dash-flag | |
| 16:10 | Added -- support to (add, rm, mv). check-in: 9a7101d5dc user: stephan tags: double-dash-flag | |
| 14:32 | Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. check-in: dba4fd9b69 user: stephan tags: double-dash-flag | |
| 11:47 | Added -- support to: (branch new) (uv add/cat/edit/export/rm) check-in: 78a30d8d7c user: stephan tags: double-dash-flag | |
| 09:55 | Simplified the verify_all_options() porting strategy, such that -- is disallowed by default and routines which should/can support it need to call verify_all_options2() instead of us changing the signature of verify_all_options(). This will result in far fewer changes than the previous approach. check-in: a9b9b5bcee user: stephan tags: double-dash-flag | |
| 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: d8ebbd76cc user: stephan tags: double-dash-flag | |