libgit-0.3.1: Simple Git Wrapper

Safe HaskellNone
LanguageHaskell98

Lib.Git.Tree

Synopsis

Documentation

treeList :: Maybe CommitID -> GitCtx Treeent Source

return a tree entity from a commitid if commitid is ommitted, it uses HEAD.

type Perms = (Int, Int, Int, Int, Int, Int) Source