Releases: presslabs/gitfs
Releases · presslabs/gitfs
0.5.2
Cleanup and update documentation.
0.5.0
- update requirements, including the ones used for testing
- support python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8
- test and add support for ubuntu 18.04
- format everything with black
0.4.5.1
- fix typo for max_open_files argument on mount
0.4.5
- add max_open_files mount option which allow to specify a files open hard and soft limit #259
0.4.4
- show a helpful message when trying to clone an empty repository #239
- log exception only on failed push #240
- add sentry tags #244
- upgrade pygit2 to 0.24.1
0.4.1
- add credentials to push and fetch operations #226 (hotfix)
0.4.0
- delete directories on force checkout #221
- improve logging #222
- retry mechanism for push #201
- port to python3 thanks to @justuswilhelm #199
- improve test running speed thanks to @rciorba
- improve development using vagrant