Fossil

Timeline
Login

Timeline

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

50 check-ins by user danield occurring on or before 2022-12-20 09:46:51.

2022-12-20
09:46
Change spelling for check-in and similar ... (check-in: d9c4321e7a user: danield tags: check-in-spelling)
2022-12-14
13:03
Fix help text for the 'artifact' command. ... (check-in: 98b80e429c user: danield tags: trunk)
2022-11-17
07:45
Increase the version number to 2.21 to start the next development cycle. ... (check-in: 8dcee00837 user: danield tags: trunk)
2022-10-04
12:54
Fix some broken hyperlinks in documentation files. ... (check-in: a59af25f60 user: danield tags: trunk)
2022-09-26
06:43
Update the hyperlink for purchasing a SEE license. ... (check-in: c3ce8a424a user: danield tags: trunk)
2022-09-01
10:52
Add aliases as a new command type and display these next to the corresponding main command in /help. Make sure that for the 'test-all-help' command and webpage each help string is output at most once. ... (check-in: db70849495 user: danield tags: trunk)
2022-07-27
14:16
Add zlib1g-dev to the list of libraries needed for building. ... (check-in: 12ce928a9e user: danield tags: trunk)
2022-07-19
14:51
Remove some unneeded code. ... (check-in: 83877bb727 user: danield tags: help-aliases-unique)
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: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:09
On the [/wcontent|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 [/wiki?name=To+Do+List|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
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: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
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: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)