Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for f-apps/index.md
2022-07-02
| ||
07:47 | fcli_sync() is now a no-op if the repo config contains no 'syncwith:...' entries (avoids an error when doing initial checkin on a new repo with f-ci). When f-ci is checking in to a repo which has no commits, it now defaults the branch to trunk if no branch name is provided. It proviously left off the branch tags altogether, leading to a branchless checkin (harmless but confusing). file: [3a6ae0ab0f] check-in: [b33abe472b] user: stephan branch: trunk, size: 14956 | |
2022-03-08
| ||
05:46 | Added f-rename. This impl revealed how/why fsl_ckout_rename() needs to be refactored to take a callback for reporting exactly which files get renamed, but that will have to wait until the muse strikes. file: [4eceb34953] check-in: [ef1ceb0a0c] user: stephan branch: trunk, size: 14875 | |
2021-12-21
| ||
00:33 | Updated an out-of-date doc link. file: [d905999883] check-in: [25def58ee0] user: stephan branch: trunk, size: 14738 | |
2021-12-15
| ||
12:47 | Moved fsl_ckout_merge() code from f-test-merge.c to src/merge.c. Renamed f-test-merge.c to f-merge.c. Various touchups in f-merge. file: [a5153cec80] check-in: [661999bcc7] user: stephan branch: trunk, size: 14722 | |
2021-12-10
| ||
07:01 | Typo fix. file: [7d84d5494d] check-in: [2b2b8c3ac9] user: stephan branch: trunk, size: 14608 | |
04:08 | Initial version of f-repostat, analog to (fossil dbstat). Some adjecent constness cleanups. file: [c51e34188c] check-in: [4926ae9b31] user: stephan branch: trunk, size: 14599 | |
2021-12-08
| ||
07:02 | Minor doc touchups file: [7df333c196] check-in: [e9c9fccc7f] user: stephan branch: port-merge, size: 14447 | |
2021-11-22
| ||
05:31 | Added f-extract tool, per suggestion in [https://fossil-scm.org/forum/forumpost/fcca51d3eb2757f7|fossil forum post fcca51d3eb2757f7]. file: [6faee4b849] check-in: [f7fdf3db10] user: stephan branch: trunk, size: 14231 | |
2021-11-21
| ||
14:37 | Added missing entries to f-apps/index.md. Added a f-ciwoco TODO. file: [8c5098f84e] check-in: [03ba20cfd1] user: stephan branch: trunk, size: 14128 | |
2021-10-07
| ||
04:14 | Updated f-apps/index.md for f-annotate. file: [90ee55f461] check-in: [975dccb1ce] user: stephan branch: trunk, size: 13809 | |
2021-03-24
| ||
23:55 | Fixed a copy/paste error in f-apps/index.md. file: [162f358400] check-in: [184b414392] user: stephan branch: trunk, size: 13504 | |
23:52 | Added missing f-update to f-apps/index.md. file: [3ab68308a4] check-in: [aa3c8f6db3] user: stephan branch: trunk, size: 13571 | |
18:12 | Added semi-configurable cache limits in fsl_acache and activated the fsl_cx::arty cache used by fsl_content_get(). That halves the time needed to run f-parseparty with crosslinking on 2003 checkins but it's still dog slow compared to fossil's rebuild (which does approximately the same thing). file: [24af11a832] check-in: [7c05e9d44f] user: stephan branch: trunk, size: 13414 | |
15:05 | Refactored how the checkin manifest R-card is calculated, to simplify recalculating and verifying it from higher-level code. Renamed f-mfparse to f-aparse. Renamed fsl_hash_types_t to fsl_hash_types_e for naming consistency. file: [c1876f0507] check-in: [81cbf6794f] user: stephan branch: trunk, size: 13396 | |
2021-03-22
| ||
13:45 | Added f-revert, analog to (fossil revert). Fixed f-rm to handle the filename '.' sensibly. Numerous tweaks in adjacent code along the way. file: [39a9305121] check-in: [8cc33e4e8a] user: stephan branch: trunk, size: 13369 | |
2021-03-18
| ||
13:45 | Added f-_template.c to the f-apps list. file: [cbf625f40e] check-in: [ef8224ca0e] user: stephan branch: trunk, size: 13092 | |
2021-03-13
| ||
18:55 | f-apps doc touchups. file: [6685d6988a] check-in: [451bd605b2] user: stephan branch: trunk, size: 12835 | |
2021-03-10
| ||
17:00 | Minor doc/help text cleanups. file: [e1d95e2b36] check-in: [801690e98c] user: stephan branch: trunk, size: 13040 | |
2021-03-07
| ||
16:55 | Added f-co to f-apps/index.md. file: [4a3808cab1] check-in: [3a1a1c8dfa] user: stephan branch: trunk, size: 12768 | |
2021-03-04
| ||
18:24 | Renamed f-checkin to f-ci and f-checkout to f-co because the tab-completion conflicts are getting annoying :/. file: [931ae3427d] check-in: [932ec8ad51] user: stephan branch: trunk, size: 12502 | |
11:22 | Added f-open to the f-apps list. file: [460f87255b] check-in: [b0f07b73c9] user: stephan branch: trunk, size: 12719 | |
2021-02-27
| ||
10:43 | More CLI flags handling changes. Completely re-did how f-tag handles its arguments. fcli --help now only shows global options when using --verbose. file: [46f2c9d952] check-in: [75e5fd2467] user: stephan branch: trunk, size: 12588 | |
2021-02-17
| ||
03:16 | Replaced a stale fossil-wiki-format link with a markdown one. file: [a5e36c8399] check-in: [fcfc2ae105] user: stephan branch: trunk, size: 12603 | |
2021-02-11
| ||
12:56 | Fixed a missed link in the fossil-wiki-to-markdown port. file: [f294d897ed] check-in: [f2f497c658] user: stephan branch: trunk, size: 12602 | |
12:42 | Moved C++ and s2 bindings to bindings/{cpp,s2}. Got the C++ bindings compiling for new gcc breakage and new, stricter T-card validation. file: [6911915952] check-in: [fdc5e1014e] user: stephan branch: trunk, size: 12601 | |
12:25 | Added: Moved f-tools wiki page to f-apps/index.md. file: [bdcaffb43d] check-in: [827f5c8bc3] user: stephan branch: trunk, size: 12592 | |