libgit-0.3.1: Simple Git Wrapper

Safe HaskellNone
LanguageHaskell98

Lib.Git.Lowlevel

Synopsis

Documentation

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

return a commit list in reverse chronological order l

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

parse a tagbranch-namecommit into a commit if it exists

catBlob :: BlobID -> GitCtx String #

cat a blob objects

catTag :: TagID -> GitCtx String #

cat a tag objects