summaryrefslogtreecommitdiff
path: root/src/Propellor/Git.hs
AgeCommit message (Expand)Author
2016-01-12add missing Control.Applicative imports for old ghcJoey Hess
2016-01-03refactor into smaller modules to untangle git and gpg modulesJoey Hess
2016-01-03Gpg: use gpg.program from git configFĂ©lix Sipma
2015-12-08rewrite getRepoUrl with getGitConfigValueSean Whitton
2015-12-08implement getGitConfigValue & getGitConfigBoolSean Whitton
2015-10-10propellor spinJoey Hess
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from Propellor.Pr...Joey Hess
2014-11-23add --mergeJoey Hess
2014-11-22still do peer-to-peer git push when there are no git remotesJoey Hess
2014-11-22propellor --spin can now deploy propellor to hosts that do not have git, ghc...Joey Hess
2014-11-19propellor spinJoey Hess
2014-11-19avoid double-build in --spinJoey Hess
2014-11-18reorgJoey Hess
2014-11-18factor out git repo moduleJoey Hess