This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
v0.6.0
Pre-release
Pre-release
This is a significant refactoring release aimed at making Xgit's APIs easier to understand.
- Documentation tweak: Put
Xgit.Repository.WorkingTree
in repository group. (#259) - [API BREAKING] Move index file format parsing into
Xgit.DirCache
module. (#258) - [API BREAKING] Rename
Xgit.Core.*
modules toXgit.*
. (#257) - Introduce new
Xgit.Repository
module. (#256) - Merge all the plumbing commands together into a single module. (#255)
- Rename
Xgit.Repository
toXgit.Repository.Storage
. (#254)