Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user danield occurring around 2022-04-19 12:46:08.
|
2022-07-19
| ||
| 14:47 | Add aliases as a new command type and display these next to the corresponding main command in /help. Make sure that for 'test-all-help' command and webpage each help string is output at most once. check-in: 4b8efc05d7 user: danield tags: help-aliases-unique | |
|
2022-07-18
| ||
| 18:02 | Typo fix in the 'timeline' command's help as per forum post [forum:27bc0a9716]. check-in: c8a39b661b user: danield tags: trunk | |
|
2022-06-22
| ||
| 13:51 | Updates to the change log. check-in: b7e638f8e5 user: danield tags: trunk | |
| 13:37 | Add '--versions' option to 'fossil diff' to display details about the compared versions. check-in: 41f6a4519e user: danield tags: trunk | |
| 13:35 | • Edit [20c1ba2ea932b8d9|20c1ba2ea9]: Mark "Closed". artifact: 5bc71e0259 user: danield | |
| 13:33 | Add an option to the 'timeline' command to display only items on a specific branch. check-in: 213ca339c2 user: danield tags: trunk | |
|
2022-06-17
| ||
| 09:57 | Merged in trunk. Closed-Leaf check-in: c97ad9d6d2 user: danield tags: diff-show-versions | |
| 09:49 | Merged in trunk. Closed-Leaf check-in: 20c1ba2ea9 user: danield tags: timeline-cmd-by-branch | |
| 09:43 | Merged in trunk. check-in: 6bdb2fbe99 user: danield tags: version-cmd-describe | |
| 09:32 | Add generation of manifest.descr to Makefile.msc (via makemake.tcl); this can be removed after 'version --describe' support gets built in. check-in: a198cde661 user: danield tags: version-cmd-describe | |
|
2022-06-02
| ||
| 20:39 | Updates to the change log. check-in: 952b06084b user: danield tags: trunk | |
| 19:51 | By default, do not show wikis associated with check-ins and branches in the output of 'fossil wiki ls'. This is the CLI pendant to [29a24941e]. check-in: 4877e77a97 user: danield tags: trunk | |
|
2022-05-12
| ||
| 15:13 | • Changes to wiki page "To Do List" artifact: 0b29b8c001 user: danield | |
| 15:09 | On the wiki page list, omit wiki pages that are associated with check-ins and branches by default, but provide a button to show associated wiki pages if desired (Item 17 on the To Do List). check-in: 29a24941ed user: danield tags: trunk | |
|
2022-05-11
| ||
| 20:51 | Add an option to the 'timeline' command to display only items on a specific branch. check-in: 32b11546c8 user: danield tags: timeline-cmd-by-branch | |
|
2022-04-25
| ||
| 10:03 | • Edit [cff92f2e6d91dddb|cff92f2e6d]: Mark "Closed". artifact: be9f6f0ca4 user: danield | |
| 06:08 | Add the new special name start:BRANCH to refer to the first check-in of the branch. check-in: fab8d92215 user: danield tags: trunk | |
| 06:07 | Merge in trunk. Closed-Leaf check-in: cff92f2e6d user: danield tags: name-start | |
|
2022-04-21
| ||
| 12:06 | In the check-in names documentation, mention that some prefixes can be chained. check-in: ef9e42acb8 user: danield tags: trunk | |
|
2022-04-20
| ||
| 15:04 | Documentation for the new special name and changelog update. check-in: b07729dae4 user: danield tags: name-start | |
| 15:03 | Add the new special name start:BRANCH to refer to the first check-in of the branch check-in: c92fb60ba9 user: danield tags: name-start | |
|
2022-04-19
| ||
| 15:48 | • Edit [19a01ac12ea12a15|19a01ac12e]: Edit check-in comment. artifact: 70f8f450e0 user: danield | |
| 15:47 | Fix the previous change to cover an extra case. check-in: 19a01ac12e user: danield tags: trunk | |
| 14:48 | Add '--versions' option to 'fossil diff' to display details about the compared versions. check-in: 49ef1b574e user: danield tags: diff-show-versions | |
| 12:46 | Relocate a declaration to cope with C89 rules. check-in: 87955d9274 user: danield tags: trunk | |
|
2022-03-31
| ||
| 12:10 | For "fossil tag list" and the /taglist page, sort entries taking numbers into consideration. This puts tags that follow semantic versioning into the expected order. check-in: 3500dbfd84 user: danield tags: trunk | |
| 09:37 | Added "fossil describe" to the change log. check-in: 56ef05a567 user: danield tags: trunk | |
| 09:14 | Improvements to the help text and code comments for the "describe" command. check-in: 52dd8a91bf user: danield tags: trunk | |
| 08:21 | In "fossil describe", use hash_digits() as the default length when printing the commit hash. check-in: 951cf9faf3 user: danield tags: trunk | |
|
2022-03-30
| ||
| 16:24 | • Edit [4329553d517f7d13|4329553d51]: Edit check-in comment. artifact: 5a84f48c28 user: danield | |
| 15:08 |
Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*".
Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. check-in: 4329553d51 user: danield tags: version-cmd-describe | |
| 14:36 | Fix segfault and add message for ambiguous checkins. Closed-Leaf check-in: e501d74440 user: danield tags: describe-cmd | |
| 14:01 | Add comments, format code and remove magic size numbers. check-in: 40de2cd9c3 user: danield tags: describe-cmd | |
| 11:46 | Add the "describe" command. This shows the commit hash along with (if applicable) its youngest ancestor with a non-propagating tag and the number of commits since that. check-in: 3f06ed14fe user: danield tags: describe-cmd | |
|
2022-03-24
| ||
| 10:25 | Fix hyperlink as per [forum:381b1fa627 | forum post 381b1fa627]. check-in: 7de6f15cd8 user: danield tags: trunk | |
|
2022-03-08
| ||
| 12:04 | Fix the case eType==1 (find the first check-in of the branch). Closed-Leaf check-in: 5e34c99828 user: danield tags: start-of-branch-cte | |
|
2022-03-04
| ||
| 17:56 | Add braces around an if-block. check-in: 9cd9271155 user: danield tags: start-of-branch-cte | |
| 16:04 | Fix query for eType 0 or 2. check-in: f35abaff5c user: danield tags: start-of-branch-cte | |
| 15:32 | Fix an assertion failure. check-in: d3625bd9c4 user: danield tags: start-of-branch-cte | |
|
2022-03-03
| ||
| 23:23 | • Edit [c7749bb0a397c8e8|c7749bb0a3]: Move to branch start-of-branch-cte. Edit check-in comment. artifact: 093be8b4ec user: danield | |
| 23:19 | Use a CTE instead of querying the database in a loop when finding the start of a branch. This can bring significant speedup on some machines. check-in: c7749bb0a3 user: danield tags: start-of-branch-cte | |
|
2022-02-17
| ||
| 15:04 | 'update' shows the commit date for the updated-from version, for consistency." check-in: 971dd2364d user: danield tags: trunk | |
|
2022-02-09
| ||
| 06:59 | Display build/patch number for the MSVC compiler. check-in: 487e465263 user: danield tags: trunk | |
|
2022-02-04
| ||
| 11:28 | On the repository list page, show Last Modified as 'unknown' for a repository with no entries in the event table (see [forum:/forumpost/993d5bcc8c | forum report]), and sort it still as oldest. check-in: 9e42012742 user: danield tags: trunk | |
|
2022-02-01
| ||
| 22:03 | Add --case-sensitive and --nocgi to the output of 'fossil help -o', and --cgitrace to the webpage for global options. check-in: 54cdf297fd user: danield tags: trunk | |
|
2022-01-27
| ||
| 20:08 | Remove the prototype for pikchr() from config.h, since pikchr.c gets a valid header file on all platforms. check-in: fd9b8fd845 user: danield tags: trunk | |
| 15:53 | Change makemake.tcl accordingly for DMC (generated Makefile.dmc not tested). Closed-Leaf check-in: 9f208a13bc user: danield tags: pickhr-prototype | |
| 15:17 | Fix makemake.tcl and Makefile.msc to build on Windows. check-in: 2d354a6e7f user: danield tags: pickhr-prototype | |
|
2022-01-19
| ||
| 14:43 | • Edit [c8a7ee7e4cf78ae2|c8a7ee7e4c]: Change user to "danield". artifact: aafbf66fd1 user: danield | |
| 14:42 | Add short option -ci for --checkin in 'fossil diff'. check-in: c8a7ee7e4c user: danield tags: trunk | |