libgit-0.1.0: Simple Git Wrapper
Lib.Git.Lowlevel
revlist :: Maybe Int -> Maybe CommitID -> [FilePath] -> GitCtx [CommitID]Source
revparse :: String -> GitCtx (Maybe CommitID)Source
catBlob :: BlobID -> GitCtx StringSource
catTag :: TagID -> GitCtx StringSource
catTree :: TreeID -> GitCtx TreeentSource
catCommit :: CommitID -> GitCtx CommitentSource