About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: Vincent Hanquez <vincent@snarc.org>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.0.2
  2. 7.10.3

Readme

git

Build Status BSD Haskell

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.
  • diff between commits

What is doesn't do:

  • reimplement the whole of git.
  • checkout's index reading/writing, fetching, merging, diffing.