| 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 :: Repository -> Oid -> IO (Maybe Object)Source