From b87811c4b55d66b1edb26c73e6578ca9f2994a65 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Jan 2014 12:58:52 -0400 Subject: added annex.secure-erase-command config option. --- Types/GitConfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Types') diff --git a/Types/GitConfig.hs b/Types/GitConfig.hs index 148d73b93..fa0fdc65a 100644 --- a/Types/GitConfig.hs +++ b/Types/GitConfig.hs @@ -48,6 +48,7 @@ data GitConfig = GitConfig , annexFsckNudge :: Bool , annexAutoUpgrade :: AutoUpgrade , annexExpireUnused :: Maybe (Maybe Duration) + , annexSecureEraseCommand :: Maybe String , coreSymlinks :: Bool , gcryptId :: Maybe String } @@ -79,6 +80,7 @@ extractGitConfig r = GitConfig , annexAutoUpgrade = toAutoUpgrade $ getmaybe (annex "autoupgrade") , annexExpireUnused = maybe Nothing Just . parseDuration <$> getmaybe (annex "expireunused") + , annexSecureEraseCommand = getmaybe (annex "secure-erase-command") , coreSymlinks = getbool "core.symlinks" True , gcryptId = getmaybe "core.gcrypt-id" } -- cgit v1.2.3