hmgit-1.0.0: The subset of awesome content tracker Git
Safe HaskellNone
LanguageHaskell2010

HMGit.Internal.Parser

Synopsis

Documentation

data ObjectType Source #

The Git object type. Currently, it does not support tags.

Constructors

Blob

Blob object

Commit

Commit object

Tree

Tree object

treeParser :: Int -> ByteStringParser [(CMode, Path Rel File, String)] Source #

Tree binary parser

data IndexEntry Source #

Constructors

IndexEntry 

Fields

Instances

Instances details
Show IndexEntry Source # 
Instance details

Defined in HMGit.Internal.Parser.Index