This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
v0.7.0
Pre-release
Pre-release
- Implement
Xgit.Repository.Plumbing.delete_symbolic_ref/2
. (#263) This is an API analogue forgit symbolic-ref --delete (ref_name)
. - Parse, don't validate. Redefine Storage type to be
{:xgit_repo, pid}
and optimize for the case where the PID has been remembered. (#265) - [API BREAKING] Replace
{:error, :invalid_repository}
response with error. (#264) - [API BREAKING] Rework
Xgit.Repository.Plumbing.delete_ref/3
to trace (or not) symbolic links. (#262) - Implement
Xgit.Repository.Plumbing.get_symbolic_ref/2
. (#261)