Releases: badjware/gitforgefs
Releases · badjware/gitforgefs
v1.1.0
24 Dec 14:44
Compare
Sorry, something went wrong.
No results found
Now default to using a loopback instead of symlinks. This should improve compatibility.
Use fs.use_symlinks: true to revert to symlinks.
Replaced taskq dependency with a simpler task queue implementation
Fix an issue with context propagation not being done properly
v1.0.0
15 Aug 02:06
Compare
Sorry, something went wrong.
No results found
Added support for Github forge
Added support for Gitea/Forgejo forge
BREAKING Renamed project from gitlabfs to gitforgefs
BREAKING Added mandatory configuration fs.forge (no default)
BREAKING Changed Gitlab user configuration to use user names instead of user ids
Handle archived repo as hidden files by default
Improved support for old version of git
Fixed various race conditions
Fixed inode collision issue
alpha2
04 Mar 03:19
Compare
Sorry, something went wrong.
No results found
fix race condition when multiple instance of git clone may get launch…
alpha1
03 Mar 03:28
Compare
Sorry, something went wrong.
No results found
This is an alpha version, some breaking changes may be made in the future
Initial version.
Basic functionalities are mostly functional.