| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
SimpleCmd.Git
Description
Some wrappers for git commands.
Documentation
'git c args' runs git command and return output
gitDiffQuiet :: [String] -> IO Bool #
gitDiffQuiet checks if unchanged
Since: 0.1.3
grepGitConfig :: String -> IO Bool #
'grepGitConfig pat' greps ".git/config" for extended regexp
Since: 0.1.1