(no title)
SQLite | 5 months ago
Fossil chat has the advantages that (1) it is fully encrypted and (2) it works from any web-browser, including on mobile phones.
SQLite | 5 months ago
Fossil chat has the advantages that (1) it is fully encrypted and (2) it works from any web-browser, including on mobile phones.
valorzard|5 months ago
mdaniel|5 months ago
That said, to the best of my knowledge git-lfs operates upon stdin and stdout, like much of git, so I'd guess you could actually just commit the tracking file and manually run $(git-lfs scrub) et al. I do hear that "manually run" isn't the same as the way it works in git, but that's why fossil does things the fossil way
3036e4|5 months ago
https://fossil-scm.org/home/doc/trunk/www/unvers.wiki
amszmidt|5 months ago
https://fossil-scm.org/home/doc/trunk/www/unvers.wiki
Retr0id|5 months ago
I suppose the encryption is only at the TLS layer?
sgbeal|5 months ago
Correct unless the fossil repository in question uses SQLite's SEE (encryption) extension (which fossil can, but relatively few repositories use that, AFAIK).