Timeline
Not logged in

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

51 events for the month beginning 2022-03-01

Following month ↑
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
21:11
Fix the describe_commit() routine so that it is faster and simpler and so that it ignores tags that are applied to more than one check-in. check-in: 41dc5fc000 user: drh tags: trunk
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:46 Edit [e501d74440abc5e6|e501d74440]: Mark "Closed". artifact: 2db8dd7a75 user: drh
14:45
Add the new "fossil describe" command. check-in: 36ca266479 user: drh tags: trunk
14:36
Fix segfault and add message for ambiguous checkins. Closed-Leaf check-in: e501d74440 user: danield tags: describe-cmd
14:15
Merged in trunk. check-in: 28fa015357 user: stephan tags: markdown-tagrefs
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-28
13:39
Bug fix to the abs() function of pikchr. check-in: b80ae0215e user: drh tags: trunk
08:34
Updated a reference to macOS 11 from the backup doc: the condition it warns against is still true as of macOS 12.3. check-in: 1bb4147fd2 user: wyoung tags: trunk
2022-03-27
18:05 Changes to wiki page "To Do List" artifact: fa61bfab2e user: mgagnon
2022-03-26
13:32 Changes to wiki page "To Do List" artifact: 4f695952e8 user: drh
13:09
Updates to the change log. check-in: 348d11184d user: drh tags: trunk
2022-03-24
10:25
Fix hyperlink as per [forum:381b1fa627 | forum post 381b1fa627]. check-in: 7de6f15cd8 user: danield tags: trunk
2022-03-23
10:09
Update the built-in SQLite to the latest trunk version, that includes a patch to shell.c that tries to work around a nuisance warning from some implementations of MSVC. [forum:/forumpost/bd0844268f0fab71|Forum post bd0844268f0fab71]. check-in: 92fd091703 user: drh tags: trunk
2022-03-22
15:57 Changes to wiki page "To Do List" artifact: 439fcf9717 user: drh
15:53
In the graph, when a merge riser comes up out of a leaf on a different rail, try to shift the branch rail to be directly underneath the merge riser. check-in: 1e70f826b9 user: drh tags: trunk
13:45
Fix a bug in graph display for when a merge descender is on rail zero, for example the merge descender on the bottom node of /timeline?b=e5b1c70e2a6e0434&n=22. check-in: 2bbd70da66 user: drh tags: trunk
13:30
Improved comments on the graph layout rail shuffling. check-in: ebbfe7d997 user: drh tags: trunk
11:46
For MSVC build, use /utf-8 option for CL (because some sources need it and this helps when some codepages are in effect) check-in: 0324515b59 user: larrybr tags: trunk
2022-03-21
17:36
Typo and link fixes via [forum:09c35aec52377b41 | forum post 09c35aec52377b41]. check-in: 1b13f430c6 user: stephan tags: trunk
16:42
Typo fix from [forum:a7a52ce98a | forum post a7a52ce98a]. check-in: c3d321fb6f user: stephan tags: trunk
2022-03-17
12:01
Update the fossil_prompt.sh script so that it keeps the username and hostname part of the prompt green and only changes the path from red to green. check-in: cca805fa89 user: drh tags: trunk
2022-03-12
20:11
Fix to the uintnocase collating sequence. See [forum:/forumpost/56250e7ff0|forum post 56250e7ff0]. check-in: b39475b625 user: drh tags: trunk
14:20
Update the built-in SQLite to the latest trunk version which includes all of the patches associated with version 3.38.1 plus additional performance enhancements. check-in: b731e1f65b user: drh tags: trunk
2022-03-10
12:50
Graph layout: Reduce the top-margin requirement for a merge arrow that comes straight up out of the top of a leaf node. check-in: 6b56d89058 user: drh tags: trunk
12:35
Graph layout: Strive harder for merge arrows to come straight up out of the top of leaf nodes. check-in: a3bfe425e0 user: drh tags: trunk
2022-03-08
20:47
On file listing pages, sort files that have numbers as part of their name in numeric order. check-in: 59dfca5ed5 user: drh tags: trunk
13:08
Faster implementation of start_of_branch() using a CTE. check-in: 8736de8baa user: drh tags: trunk
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
01:07
Timeline graph layout changes that strive to do better a communicating the merging and branching activity between multiple branches. check-in: d1d7fce64e user: drh tags: trunk
2022-03-07
21:12
Fix the display of cherrypick links that are on the same rail as their origin node but then go left. check-in: 632d07c6a9 user: drh tags: trunk
21:01
Fix very minor comment typos. check-in: 680837fae7 user: drh tags: trunk
20:00
When displaying the graph for a branch such that the rail for that branch is on the left margin, try to draw merge lines coming into that branch on rails just to the right of the branch itself. check-in: 8b1e14df0b user: drh tags: trunk
19:01
Update to the latest SQLite 3.39.0 alpha with its performance enhancements and bug fixes. check-in: 14da62eeb5 user: drh tags: trunk
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:23 Edit [c7749bb0a397c8e8|c7749bb0a3]: Move to branch mistake. Edit check-in comment. artifact: e71e9c46d5 user: stephan
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-03-02
02:00
Update the built-in SQLite to the latest trunk version that includes various performance enhancements. The purpose here is to test the recent SQLite enhancements in a real-world application. check-in: ad744440dc user: drh tags: trunk
2022-03-01
21:03 Edit [ec02acfd09575241|ec02acfd09]: Edit check-in comment. artifact: 61af66d42a user: stephan
21:02
Ensure that db_open()'s db-is-an-appendvfs-binary check uses canonicalized filenames to avoid the problem reported in [forum:16880a28aad1a868 | forum post 16880a28aad1a868]. check-in: ab7ad2348c user: stephan tags: trunk
17:21
Allow optional "-" characters in the huge string argument to bid= on /timeline so that when the hyperlink will have wrap opportunities when pasted into the chat. check-in: adfc1a6b60 user: drh tags: trunk
16:21
Fix an unused var warning in windows Closed-Leaf check-in: 169a3dabcf user: mgagnon tags: nameofexe-appendvfs-check
Previous month ↓