Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
'git c args' runs git command and return output
git_ :: String -> [String] -> IO () Source #
'git_ c args' run git command with output to stdout and stderr
gitDiffQuiet :: [String] -> IO Bool Source #
gitDiffQuiet
checks if unchanged
Since: 0.1.3