gitlib-cmdline-2.0.1.0: 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