Skip to content
Snippets Groups Projects
Commit eac529f2 authored by Vincent Hanquez's avatar Vincent Hanquez
Browse files

misc update

parent 284c27e7
No related branches found
No related tags found
No related merge requests found
Copyright (c) 2010-2016 Vincent Hanquez <vincent@snarc.org>
Copyright (c) 2010-2019 Vincent Hanquez <vincent@snarc.org>
All rights reserved.
......
......@@ -7,13 +7,14 @@ git
git is a reimplementation of git storage and protocol in pure haskell.
what it does do:
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:
What is doesn't do:
* reimplement the whole 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