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