libgit-0.3.1: Simple Git Wrapper

Safe HaskellNone
LanguageHaskell98

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 String Source

cat a blob objects

catTag :: TagID -> GitCtx String Source

cat a tag objects