Fossil

Timeline
Login

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

10 most recent check-ins by user drh

2024-05-18
14:12
Relax constraints on PATHINFO names such that the "fossil ui /" command can be used if some repositories have non-ASCII filenames. Response to forum post ec3ab5b1f5. (Leaf check-in: 362a7b7c user: drh tags: trunk)
2024-05-10
10:02
Fix an uninitialized variable bug introduced by [a080751e5c370833]. (check-in: de8f8ceb user: drh tags: trunk)
2024-05-09
20:55
Fix an uninitialized variable in the previous check-in. (check-in: 6e689585 user: drh tags: trunk)
20:52
Change the name of the "cherry-pick" command to "cherrypick", though retain "cherry-pick" as an alias. Extend the "cherrypick" and "merge" commands so that they will accept multiple check-ins to be merged in all in one go. (check-in: 67fe38c4 user: drh tags: trunk)
2024-05-08
12:27
Add the d2=, p2=, and dp2= query parameters to /timeline. (check-in: a080751e user: drh tags: trunk)
11:59
Import SQLite 3.46.0-beta-1 for testing. (check-in: c09fea32 user: drh tags: trunk)
2024-05-02
17:22
Improvements to the tracing output in the find_filename_changes() routine. (check-in: 40086b74 user: drh tags: trunk)
2024-04-29
23:42
Remove options for rendering the tree hierarchy using ASCII-art for the "fossil tree" command and similar. Always use only Unicode box-drawing characters. This works on newer Win10 and Win11. Maybe it doesn't work on older Windows, but the "fossil tree" command is not essential for anything - it is only a convenience - so if it doesn't work on an older platform, that really doesn't really matter. (check-in: 70458593 user: drh tags: trunk)
03:04
Add the "fossil tree" command and the --tree option to "fossil ls" and "fossil extras". (check-in: dd72a961 user: drh tags: trunk)
2024-04-27
10:45
Use the preferred case for the destination name in the "fossil mv" command. (check-in: 859b00b7 user: drh tags: trunk)