gitlib-3.1.2: API library for working with Git repositories

Safe HaskellNone
LanguageHaskell98

Git.Blob

Documentation

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