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

Safe HaskellNone

Git.CmdLine

Documentation

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

doRunGit :: MonadGit m => (FilePath -> [Text] -> Sh a) -> [Text] -> Sh () -> CmdLineRepository m aSource