This repository has been archived by the owner. It is now read-only.
v0.3.0
Pre-release
Pre-release
- Implement
Xgit.Plumbing.CatFile.Commit
. This is an API equivalent togit cat-file -p
when the target object is of typecommit
. (#207) - Implement
Xgit.Core.Commit.from_object/1
. (#204, #205, #206) - [API BREAKING] Make
Xgit.Util.*
modules private. (#201) - [API BREAKING] Remove
Xgit.Util.RawParseUtils
. (#195, #198, #199, #200) - Move
parse_timzeone_offset
intoXgit.Core.PersonIdent
. (#197) - Implement
Xgit.Util.ParseCharlist.decode_ambiguous_charlist/1
. (#196) - Bump credo from 1.1.4 to 1.1.5 (#194)