Releases: presslabs/gitfs
Releases · presslabs/gitfs
0.3.3
- fetch before you merge #194
0.3.2
- solve logging bug #190
- fix merging conflict bugs #176
- add more tests for directoy deletion #184
0.3.1
[NOTICE] Don't use 0.3 version, use this instead.
0.3
=== 0.3 ==
- upgrade pygit to 0.22.0
- fix deleting a directory bug #180
- introduce idle mode #156
- close minor issues: #97, #177
0.2.4
- feature: added
hard_ignore
and ignore_file
mount options
- fixed:
link
syscall
- change:
.gitmodules
file is read-only
0.2.3
- feature: send erros to sentry. Can be configured by environment variable
SENTRY_DSN
or sentry_dsn
mount option
- fixed the way
.gitignore
entries are checked
- improved logging
0.2.2
- upgrade to pygit2 0.21.4
- fix #157: use
log.exception
to log exception when push/fetch fails
0.2.1
- fix
__version__
import error
- added support for publishing on
pypi
from drone
0.2
- fix #152: logger should include
remote_url
- fix #153: make sure that no empty commits are ever created
- fix #154: add version
- fix #123: remove duplicate code
- fix #79: duplicate code in Repository._get_git_object and Repository._get_git_object_type