32
I Use This!
High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Relax constraints on PATHINFO names such that the "fossil ui /" command can be used if some repositories have non-ASCII filenames. Response to [forum:/forumpost/ec3ab5b1f5|forum post ec3ab5b1f5].
drh
More... 2 days ago
In /chat, add a config option to audibly notify only for the first message received when the tab is not visible, and then remain silent until chat is visited again. More... 5 days ago
Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. More... 5 days ago
Fix an uninitialized variable bug introduced by [a080751e5c370833].
drh
More... 10 days ago
Fix an uninitialized variable in the previous check-in.
drh
More... 11 days ago
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.
drh
More... 11 days ago
Add the d2=, p2=, and dp2= query parameters to /timeline.
drh
More... 12 days ago
Import SQLite 3.46.0-beta-1 for testing.
drh
More... 12 days ago
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. More... 16 days ago
Improvements to the tracing output in the find_filename_changes() routine.
drh
More... 18 days ago
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]. More... 18 days ago
Remove an unused parameter and bring the code more in line with [dd72a96111]. More... 20 days ago
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.
drh
More... 21 days ago
Code cleaning after the previous check-in. No functional changes. More... 21 days ago
Add options for drawing the file tree with Unicode symbols or ASCII characters (Windows defaults to the latter, all others to the former). More... 21 days ago
Add the "fossil tree" command and the --tree option to "fossil ls" and "fossil extras".
drh
More... 22 days ago
Really fix a broken link. More... 22 days ago
Fix a broken link. More... 22 days ago
Use the preferred case for the destination name in the "fossil mv" command.
drh
More... 23 days ago
With the changes introduced in [213ca339c2951ad1] it is now possible to restrict the timeline to a single branch also with "fossil timeline". More... 24 days ago
Added internal link spacer to colordiff doc, without which the More... 24 days ago
Fixed a broken link in the new colordiff doc due to being extracted from the gitusers doc. More... 24 days ago
Explained why we don't leave diff-command unset for the "bat" alternative. More... 24 days ago
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. More... 24 days ago
Indent fix in gitusers.md to make it use a monospace font for nested command examples. More... 24 days ago
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. More... 24 days ago
Clarity tweaks to the "Closing a Check-Out" section in the gitusers doc. More... 24 days ago
In response to [forum:/forumpost/6878c949a5c33551 | 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. More... 24 days ago
Updates to the "hints and tricks" document.
drh
More... 25 days ago
Fix minor typo in test introduced by previous commit. More... 25 days ago