gitlib-cmdline-3.1.0.1: Gitlib repository backend that uses the git command-line tool.

Safe HaskellNone
LanguageHaskell98

Git.CmdLine

Documentation

mkOid :: MonadCli m => forall o. Text -> ReaderT CliRepo m (Tagged o SHA) Source

git_ :: CliRepo -> [Text] -> Sh () Source

doRunGit :: MonadCli m => (FilePath -> [Text] -> Sh a) -> [Text] -> Sh () -> ReaderT CliRepo m a Source