This repository has been archived by the owner. It is now read-only.
v0.5.0
Pre-release
Pre-release
- Implement
Xgit.Plumbing.SymbolicRef.Put
. (#252) This is an API analogue to the 2-argument form ofgit symbolic-ref
. - [API BREAKING]
Xgit.Repository.put_ref/4
: Add:follow_link?
option. (#250) Xgit.Repository.put_ref/4
: Should not fail if creating a sym ref to a non-existent ref. (#247)- Share the code for ref-related tests in
Xgit.Repository
implementations. (#246) Xgit.Repository.InMemory
: Remove a line of code that is unreachable. (#245)