Safe Haskell | None |
---|
Data.Git.Reference
Documentation
Constructors
RefTargetId Oid | |
RefTargetSymbolic Text |
Constructors
Reference | |
Fields
|
resolveRef :: Repository -> Text -> IO (Maybe Oid)Source
listRefNames :: Repository -> ListFlags -> IO [Text]Source
mapAllRefs :: Repository -> (Text -> IO a) -> IO [a]Source
mapOidRefs :: Repository -> (Text -> IO a) -> IO [a]Source
mapLooseOidRefs :: Repository -> (Text -> IO a) -> IO [a]Source
mapSymbolicRefs :: Repository -> (Text -> IO a) -> IO [a]Source