gitlib-cmdline-3.0.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_ :: [Text] -> Sh ()Source

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