libgit-0.3.0: Simple Git Wrapper

Lib.Git.Lowlevel

Synopsis

Documentation

revlist :: Maybe Int -> Maybe CommitID -> [FilePath] -> GitCtx [CommitID]Source

return a commit list in reverse chronological order l

revparse :: String -> GitCtx (Maybe CommitID)Source

parse a tagbranch-namecommit into a commit if it exists

catBlob :: BlobID -> GitCtx StringSource

cat a blob objects

catTag :: TagID -> GitCtx StringSource

cat a tag objects