Skip to content
Snippets Groups Projects
Commit 41de5fb1 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

docs(README): Update README

parent f3bb6d66
No related branches found
No related tags found
No related merge requests found
git
hgit
===
[![Build Status](https://travis-ci.org/vincenthz/hs-git.png?branch=master)](https://travis-ci.org/vincenthz/hs-git)
[![BSD](http://b.repl.ca/v1/license-BSD-blue.png)](http://en.wikipedia.org/wiki/BSD_licenses)
[![Haskell](http://b.repl.ca/v1/language-haskell-lightgrey.png)](http://haskell.org)
[![pipeline status](https://gitlab.chromabits.com/etcinit/hgit/badges/master/pipeline.svg)](https://gitlab.chromabits.com/etcinit/hgit/-/commits/master)
[![license: BSD](https://img.shields.io/badge/license-BSD-blue)](http://en.wikipedia.org/wiki/BSD_licenses)
git is a reimplementation of git storage and protocol in pure haskell.
**hgit** is a reimplementation of git storage and protocol in pure Haskell.
What it does do:
This library is a fork of https://github.com/vincenthz/hs-git.
* 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 it does do:
What is doesn't do:
* Read loose objects, and packed objects.
* Write new loose objects.
* Git like operations: commit, cat-file, verify-pack, rev-list, ls-tree.
* Diff between commits.
* reimplement the whole of git.
* checkout's index reading/writing, fetching, merging, diffing.
## What is doesn't do:
* Reimplement the entirety of git.
* Checkout's index reading/writing, fetching, merging, diffing.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment