hit: Git operations in haskell
An haskell implementation of git storage operations, allowing users to manipulate git repositories (read and write).
This implementation is fully interoperable with the main C implementation.
This is stricly only manipulating the git store (what's inside the .git directory), and doesn't do anything with the index or your working directory files.
[Skip to Readme]
Versions [faq] | 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.7.0 |
---|---|
Dependencies | attoparsec (>=0.10.1), base (>=4 && <4.8), bytestring (>=0.10), containers, cryptohash, directory, filepath, hashable (>=1.2), hashtables, hit, mtl, parsec (>=3), patience, random, system-fileio, system-filepath, time, vector, zlib, zlib-bindings (==0.1.*) [details] |
License | BSD-3-Clause |
Copyright | Vincent Hanquez <vincent@snarc.org> |
Author | Vincent Hanquez <vincent@snarc.org> |
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Revised | Revision 1 made by HerbertValerioRiedel at 2019-01-03T19:20:53Z |
Category | Development |
Home page | http://github.com/vincenthz/hit |
Source repo | head: git clone git://github.com/vincenthz/hit |
Uploaded | by VincentHanquez at 2014-01-24T18:04:24Z |
Distributions | Debian:0.6.3, NixOS:0.7.0 |
Executables | Hit |
Downloads | 16164 total (47 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |
Modules
[Index]
Flags
Name | Description | Default | Type |
---|---|---|---|
executable | Build the executable | Disabled | Automatic |
debug | Add some debugging options | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hit-0.5.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.