Fossil

Timeline
Login

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

50 most recent check-ins

2024-05-02
17:22
Improvements to the tracing output in the find_filename_changes() routine. Leaf check-in: 40086b74 user: drh tags: trunk
10:03
When (stash save) is given no valid file names, fail loudly rather than silently, as the latter emits only a message about an uncommitted transaction. Reported in 747f0c32aa. check-in: 85a7d82e user: stephan tags: trunk
2024-04-30
10:17
Remove an unused parameter and bring the code more in line with [dd72a96111]. check-in: 89da2052 user: danield 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
21:33
Code cleaning after the previous check-in. No functional changes. check-in: b705d756 user: danield tags: trunk
15:25
Add options for drawing the file tree with Unicode symbols or ASCII characters (Windows defaults to the latter, all others to the former). check-in: 635fa090 user: danield 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-28
16:55
Really fix a broken link. check-in: e012f50a user: juef tags: trunk
16:50
Fix a broken link. check-in: efb5321d user: juef tags: trunk
2024-04-27
11:46
Add markdown paragraphs special styling. See forum thread 6e7e2f68b6. Leaf check-in: ebf6e79e user: juef tags: markdown-admonitions
10:45
Use the preferred case for the destination name in the "fossil mv" command. check-in: 859b00b7 user: drh tags: trunk
00:52
With the changes introduced in [213ca339c2951ad1] it is now possible to restrict the timeline to a single branch also with "fossil timeline". check-in: abb54cb0 user: andybradford tags: trunk
2024-04-26
17:36
Added internal link spacer to colordiff doc, without which the #diffutils reference appears to be a no-op. (Comment edit needed to fix Fossil eating the rest of the Vim-edited comment after the "#".) check-in: fdd8057d user: wyoung tags: trunk
17:35
Fixed a broken link in the new colordiff doc due to being extracted from the gitusers doc. check-in: 44987916 user: wyoung tags: trunk
17:33
Explained why we don't leave diff-command unset for the "bat" alternative. check-in: 9fca91e8 user: wyoung tags: trunk
17:28
Added a new doc distilling all the common methods for getting colorized diffs. Extracted its seed from the gitusers doc in part because it isn't Git-specific, and because there are more options to cover, sufficient to justify a separate doc. check-in: 7c99ebc5 user: wyoung tags: trunk
16:19
Indent fix in gitusers.md to make it use a monospace font for nested command examples. check-in: dd8d1a58 user: wyoung tags: trunk
16:17
The recent gitusers doc improvements allow a better HTML fragment target; the browser's scroll-back includes the new section header now rather than target a paragraph within another section. check-in: 567658a7 user: wyoung tags: trunk
15:54
Clarity tweaks to the "Closing a Check-Out" section in the gitusers doc. check-in: 6a4f2d23 user: wyoung tags: trunk
15:32
In response to a recent forum thread, added a new section to the gitusers doc, "Fossil Never Auto-Commits". The ideas behind this were previously expressed implicitly, but con-fused with others, resulting in the lack of clarity characteristic of alchemical slag.

Put the new section before "There Is No Staging Area" as that follows on from these ideas, then calved off the subsequent section "Commit Splitting" because it covers related but separate ideas. Together, these three form a conceptual whole that is considerably clearer than the prior presentation. check-in: 5f5452f1 user: wyoung tags: trunk

2024-04-25
19:44
Add to markdown task list inapplicable variant. Leaf check-in: b3da5f14 user: juef tags: markdown-task-list
19:29
Add markdown task list. See forum thread bb6016bc44. check-in: 9583811b user: juef tags: markdown-task-list
19:29
Add markdown extra emphasis chars. See forum thread 3618539728. Leaf check-in: bade58d5 user: juef tags: markdown-extra-emph-chars
15:37
Updates to the "hints and tricks" document. check-in: 50a8a1bb user: drh tags: trunk
13:36
Fix minor typo in test introduced by previous commit. check-in: f0c4705d user: andybradford tags: trunk
13:34
Use join instead to avoid prepending garbage at the beginning of the string. check-in: 4d556700 user: andybradford tags: trunk
13:34
Fix json-cap-POSTenv-name, json-cap-POSTenv-notsetup tests Leaf check-in: 17c01c54 user: juef tags: branch-2.24
10:51
Merge test case fixes from branch-2.24 back into trunk. check-in: 6d067c4f user: drh tags: trunk
10:44
Comment out UTF tests 1179, 1586, and 1587 as they give different results on different platforms, for reasons unknown. check-in: fb4e90b6 user: drh tags: branch-2.24
2024-04-24
21:25
Fix or disable brittle test cases that were broken by changes in 2.23. check-in: 5ad70808 user: drh tags: branch-2.24
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. check-in: e198bfd1 user: drh tags: trunk
2024-04-23
18:22
Further improvement to rail selection in the /timeline graph layout algorithm: Move merge lines that go into the branch rail that is on the left, over toward the left when using the r=BRANCH query parameter. check-in: b71363e5 user: drh tags: trunk
14:46
Fix one of the hyperlinks on the homepage. check-in: 19b7f15b user: drh tags: trunk
14:43
Adjustments to timeline graph layout to try to improve the appearance a little. check-in: 797f1813 user: drh tags: trunk
14:33
Increase the version number to 2.25 in order to start the next development cycle. check-in: 929f36ae user: danield tags: trunk
13:48
Updated the release date for 2.24 in the changelog, plus a few minor grammar fixes. check-in: 8cb7a744 user: wyoung tags: trunk
13:48
Fix the date on the 2.24 release on the homepage. check-in: 5e761ec6 user: drh tags: trunk
13:43
Update the homepage for the 2.24 release. check-in: dee02ab6 user: drh tags: trunk
13:25
Version 2.24 check-in: 8be0372c user: drh tags: trunk, release, version-2.24
2024-04-22
16:29
cgi.md: be less specific about the Apache version in which the Content-Length change happened because a new forum post reports that it happens at least as far back as 2.4.41. check-in: 9af5f386 user: stephan tags: trunk
2024-04-21
18:51
Merge the update to zLib-1.3.1. check-in: 64ce68d5 user: drh tags: trunk
18:46
Improvements to comments in graph.c. No changes to actual code. check-in: 40320f65 user: drh tags: trunk
16:20
Fix parsing of the argument to the "Connection:" header of HTTP reply messages to deal with unusual arguments added by Apache mod_cgi. See forum thread ca6fc85c80f4704f. check-in: 5f47bb59 user: drh tags: trunk
15:37
Simplify parsing of the Connection: header in HTTP replies. Closed-Leaf check-in: 77f25829 user: drh tags: connection-http-header
06:15
Only accept commas as separators for multiple values in "Connection:" HTTP headers, and ignore any white space surrounding (but not embedded into) values. The previous method would fall for (fictional) HTTP header values containing spaces, like "Connection: don't close", and recognize a value of "close". check-in: 6173fbf5 user: florian tags: connection-http-header
2024-04-20
21:58
In /chat preview mode, apply the click handlers to pikchrs in the preview. check-in: 133e6e59 user: stephan tags: trunk
14:42
Fix parsing of "Connection:" HTTP headers with multiple values. check-in: 7ac3db68 user: florian tags: connection-http-header
2024-04-19
16:08
Fix a minor problem in graph layout for timelines that made use of the offset-merge-riser enhancement. Problem originally seen on the bottom node of /timeline?p=6da255034b30b4b4&bt=47362306a7dd7c6f. check-in: 33fe72ca user: drh tags: trunk
13:11
More change-log enhancements: More details about the work-around for the Apache mod_cgi breakage, and put that work-around first on the change log since it seems to be important to people. check-in: d15c62b8 user: drh tags: trunk
12:59
Formatting enhancements to the change log for the upcoming 2.24 release. check-in: 41b5be47 user: drh tags: trunk