Safe Haskell | None |
---|
Data.Git.Object
Documentation
data ObjectType Source
Constructors
BlobType | |
TreeType | |
CommitType | |
TagType |
Constructors
FullHash a | |
PartialHash a | |
BranchName a | |
TagName a | |
RefName a | |
FullRefName a | |
Specifier a |
lookupObject :: Oid -> Repository -> IO (Maybe Object)Source