libgit-0.3.0: Simple Git Wrapper
Lib.Git.Tree
Synopsis
treeList :: Maybe CommitID -> GitCtx TreeentSource
return a tree entity from a commitid if commitid is ommitted, it uses HEAD.
type Perms = (Int, Int, Int, Int, Int, Int)Source
permsOfString :: String -> PermsSource
type Treeent = [(Perms, Object, FilePath)]Source