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]
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
executable | Build the executable | Disabled |
debug | Add some debugging options | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hit-0.4.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'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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), blaze-builder, bytestring, containers, cryptohash, directory, filepath, hashable, hashtables, hit, mtl, parsec (>=3), random, system-fileio, system-filepath, time, vector, zlib, zlib-bindings (>=0.1 && <0.2) [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:51Z |
Category | Development |
Home page | http://github.com/vincenthz/hit |
Source repo | head: git clone git://github.com/vincenthz/hit |
Uploaded | by VincentHanquez at 2012-10-09T19:42:31Z |
Distributions | |
Reverse Dependencies | 3 direct, 3 indirect [details] |
Executables | Hit |
Downloads | 18128 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |