cabal-debian-5.2.1: Create a Debianization for a Cabal package
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Git

Description

Git related functions that belong in some other package.

Synopsis

Documentation

gitResetHard :: IO () Source #

Do a hard reset of all the files of the repository containing the working directory.

gitResetSubdir :: FilePath -> IO () Source #

Do a hard reset of all the files of a subdirectory within a git repository. (Does this every throw an exception?)

gitUnclean :: IO (Maybe String) Source #

Determine whether the repository containing the working directory is in a modified state, if so return the messages.