This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Use gitlib and its data types to interface with Git. #58
Closed
Description
https://github.com/jwiegley/gitlib
We’re currently reinventing a number of Git primitives poorly (usually as wrappers around Text
). For our own sanity’s sake, let’s not maintain a Git ref parser: we should just use these data structures instead of those in Semantic.Git
.