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

HMGit.Internal.Parser.Object

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