Fossil

Timeline
Login

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

17 check-ins using file www/permutedindex.html version 74c4963dfa

2024-05-04
11:26
file_directory_size() now unconditionally skips the magic "." and ".." entries. This does not affect current uses of the routine but a proposed patch provided in [forum:383838fbd0b6c881|forum post 383838fbd0b6c881] would be awkwardly affected by them. ... (Leaf check-in: 3cb7d39e12 user: stephan tags: trunk)
2024-05-02
17:22
Improvements to the tracing output in the find_filename_changes() routine. ... (check-in: 40086b74ba 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 [forum:747f0c32aa]. ... (check-in: 85a7d82e94 user: stephan tags: trunk)
2024-04-30
10:17
Remove an unused parameter and bring the code more in line with [dd72a96111]. ... (check-in: 89da205267 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: 7045859339 user: drh tags: trunk)
21:33
Code cleaning after the previous check-in. No functional changes. ... (check-in: b705d756cf 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: 635fa090d1 user: danield tags: trunk)
03:04
Add the "fossil tree" command and the --tree option to "fossil ls" and "fossil extras". ... (check-in: dd72a96111 user: drh tags: trunk)
2024-04-28
16:55
Really fix a broken link. ... (check-in: e012f50a4b user: juef tags: trunk)
16:50
Fix a broken link. ... (check-in: efb5321d5f user: juef tags: trunk)
2024-04-27
11:46
Add markdown paragraphs special styling. See [forum:/forumpost/6e7e2f68b6|forum thread 6e7e2f68b6]. ... (Leaf check-in: ebf6e79e42 user: juef tags: markdown-admonitions)
10:45
Use the preferred case for the destination name in the "fossil mv" command. ... (check-in: 859b00b776 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: abb54cb0cf 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: fdd8057dff 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: 449879163a user: wyoung tags: trunk)
17:33
Explained why we don't leave diff-command unset for the "bat" alternative. ... (check-in: 9fca91e8e3 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: 7c99ebc592 user: wyoung tags: trunk)