@hackage git0.2.1
Git operations in haskell
Categories
License
BSD-3-Clause
Maintainer
Vincent Hanquez <vincent@snarc.org>
Links
Versions
Installation
Tested Compilers
Dependencies (16)
- base >=4.5 && <4.11
- byteable
- bytestring >=0.10 && <0.11
- containers
- cryptonite >=0.22
- hourglass >=0.2 Show all…
Dependents (4)
@hackage/nix-thunk, @hackage/acme-everything, @hackage/git-remote-ipfs, @hackage/hit
git
git is a reimplementation of git storage and protocol in pure haskell.
what it does do:
- read loose objects, and packed objects.
- write new loose objects
- git like operations available: commit, cat-file, verify-pack, rev-list, ls-tree.
what is doesn't do:
- reimplement the whole of git.
- checkout's index reading/writing, fetching, merging, diffing.


