This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
v0.7.1
Pre-release
Pre-release
- Implement
Xgit.Repository.Plumbing.cat_file_tag/2
. (#272) This is an API equivalent togit cat_file -p
when the target object is of typetag
. - Implement
Xgit.Tag.from_object/1
. (#270, #271) - Implement
Xgit.ObjectType.from_bytelist/1
. (#269) - Back to 100% code coverage. (#268)
- Define
Xgit.Tag
, which describes atag
object in memory. (#267)