git-object-0.0.2: Git object and its parser

Data.Git

Description

Types for Git objects and a parser of Git object files.

Synopsis

Documentation

parseGitObject :: FilePath -> IO GitObjectSource

Parsing a Git file to GitObject. This parser based on attoparsec-enumerator.

data GitType Source

Constructors

GtBlob 
GtTree 
GtCommit 
GtTag 

Instances

newtype SHA1 Source

Constructors

SHA1 String 

Instances