gitfs
gitfs copied to clipboard
Version controlled file system
It has been more almost three years since last release. Any plan to make a new one?
I was just looking through the dependencies and noticed that the [atomiclong](https://github.com/dreid/atomiclong) dependency ([requirements.txt](https://github.com/presslabs/gitfs/blob/12886ec5b9c7e103bfcab0cd37a8333873382fae/requirements.txt#L1)) seems to be discontinued with the developer saying not to use it. I'm not sure if...
Ubuntu 20.04
Been using this a lot (great work, by the way). I upgraded to Ubuntu 20.04 and now I am getting `/usr/bin/env: ‘python3.7’: No such file or directory`. Fix on the...
https://docs.python.org/3/whatsnew/3.10.html#removed bullet eight... * Remove deprecated aliases to Collections Abstract Base Classes from the collections module. (Contributed by Victor Stinner in bpo-37324.) Related to Homebrew/homebrew-core#90923
Test results: https://github.com/cclauss/gitfs/actions Related to Homebrew/homebrew-core#90923
Related to Homebrew/homebrew-core#90923
i need to mount the git repo/tree at a specific commit, for better stability but, most git servers (including github) have `uploadpack.allowReachableSHA1InWant = false` (default value) so fetch-by-commit requires a...
To be compatible with `libgit2>=1.0`
Bumps [pygit2](https://github.com/libgit2/pygit2) from 0.28.2 to 1.6.1. Changelog Sourced from pygit2's changelog. 1.6.1 (2021-06-19) Fix a number of reference leaks Review custom object backends Breaking changes: In custom backends the callbacks...
make compatible with default config in `/etc/fuse.conf` allow_root=True requires user_allow_other, which is default off error was ``` fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf ``` edit:...