gitlib-3.1.3: API library for working with Git repositories
Safe HaskellNone
LanguageHaskell98

Git.Blob

Documentation

sourceTreeBlobEntries :: forall r (m :: Type -> Type) i. MonadGit r m => Tree r -> ConduitT i (TreeFilePath, BlobOid r, BlobKind) m () Source #

copyBlob :: forall r (m :: Type -> Type) s t. (MonadGit r m, MonadGit s (t m), MonadTrans t) => BlobOid r -> HashSet Text -> t m (BlobOid s, HashSet Text) Source #