32
I Use This!
High Activity

Commits : Listings

Analyzed 28 minutes ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the "fossil patch push" and "fossil patch pull" commands so that, like "fossil sync", they initial try to run ssh without the PATH= argument, but add in the PATH= argument if the initial attempt does not work.
drh
More... about 2 months ago
Merge commonly used operations associated with the PATH= of a remote fossil run using ssh into subroutines, so that they do not get out of sync with each other.
drh
More... about 2 months ago
Make the PATH= argument identical for the patch and the sync commands, just to avoid confusion.
drh
More... about 2 months ago
Print a diagnostic message if the first attempt to connect to a remote using SSH fails and a retry with or without PATH= is about to commence. See [forum:/forumpost/9584923cf6|forum post 9584923cf6] for an explanation of why this is important.
drh
More... about 2 months ago
Bring the PATH= arguments for sync and patch into agreement.
drh
More... about 2 months ago
Another attempt to fix the harmless compiler warning in popen2().
drh
More... about 2 months ago
Updates to the change log.
drh
More... about 2 months ago
Stderr of ssh subcommand goes is read by the main process now, instead of going to the console. Improved error messages following failure on ssh: sync.
drh
More... about 2 months ago
Always adjust the use-path-for-ssh setting when an ssh retry succeeds, even if the REMEMBER flag is not set. And store the setting locally instead of globally.
drh
More... about 2 months ago
Fix harmless compiler warning in popen2().
drh
More... about 2 months ago
Only add the PATH= prefix on the fossil command sent over SSH for ssh: syncs if a prior attempt to contact the remote failed to find the Fossil executable.
drh
More... about 2 months ago
Don't use the ssh file descriptor as an indicator that we should be using SSH transport. Arguably we could also just reset sshIn to 0, but I think this is better. More... about 2 months ago
Debugging changes in url.c: Ensure that each new UrlData object parse is fully reinitialized. Bring out printing of g.url into a separate routine so that it can be called during debugging.
drh
More... about 2 months ago
Omit the PATH= prefix on the ssh fossil syncs unless the first attempt to contact the remote fails. Change the prefix to include common directories for Fossil on Macs. Remember whether or not the PATH= prefix is needed based on hostname. See the discussion at [forum:/forumpost/4903cb4b691af7ce|forum thread 4903cb4b691af7ce].
drh
More... about 2 months ago
Update www/loadmgmt.md to match the current behavior, per feedback in the forum. More... about 2 months ago
Add missing "#include <errno.h>" that was needed on previous commit. More... about 2 months ago
For 'fossil diff', allow --context to be 0, per request in [forum:806f1296d8 | forum post 806f1296d8]. More... about 2 months ago
www/newrepo.wiki: remove us...@machine references tin to reduce the noise level. Minor content touchups. More... about 2 months ago
Applied the new div class=sidebar styling to a few more cases in the docs. More... about 2 months ago
Removed extra indent level from the release doc link in the permuted index, generated by the mkindex.tcl script. More... about 2 months ago
Moved the page title on mobile from after the project name and the slash separator in the header to just above the content area, styled as a separate "h1" element, same as in an embedded doc with an "h1" inline. This accommodates long page titles better on narrow screens while leaving desktop-class windows alone. Reduced the size of h1 to be closer to h2 as a consequence. Also removed the new logo's top-padding on mobile to fit in better with all this. More... about 2 months ago
Triumphant return of the logo in the title area, lost in the transition from "original" to the trunk default skin. More... about 2 months ago
Bumped submenu font size up slightly. This isn't so much a change from trunk as a restoration of trunk, tracking the overall body font size changes. More... about 2 months ago
Added three new block-element classes to the skin to replace use of "blockquote" with semantic alternatives: More... about 2 months ago
Replaced nearly all explicit uses of the "blockquote" tag in the embedded docs: More... about 2 months ago
Small cosmetic tweaks to the mirrortogithub doc on this branch to work better with the skin. More... about 2 months ago
Merged backslash fix in from trunk More... about 2 months ago
Use of a trailing backslash in a command example in the mirrortogithub doc wasn't rendering as expected, leading the command to be split in the HTML rendering, not continued across multiple lines as intended. Replaced it with an HTML named entity to sidestep this quirk of the MD renderer. More... about 2 months ago
Removed a bunch of explicit blockquote tags in the encryptedrepos doc which were essentially duplicating the hierarchical indent structure now implemented by this branch's skin changes. This is why we want to do this at the skin level: so all pages get this appearance, avoiding the need for manual formatting on each page. More... about 2 months ago
Replaced use of an explicit "blockquote" tag in an MD doc with a leading ">". It's not only simpler markup, it generates slightly different HTML output, leading to better formatting under this skin. More... about 2 months ago