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

Safe HaskellNone

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 aSource