Home
last modified time | relevance | path

Searched refs:annexConfig (Results 1 – 16 of 16) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Types/
H A DGitConfig.hs21 annexConfig,
161 (getmaybe (annexConfig "backend"))
195 getmaybe (annexConfig "autoupgrade")
308 [ annexConfig "largefiles"
309 , annexConfig "dotfiles"
310 , annexConfig "addunlocked"
311 , annexConfig "autocommit"
312 , annexConfig "resolvemerge"
313 , annexConfig "synccontent"
314 , annexConfig "synconlyannex"
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/Configurators/
H A DPreferences.hs87 setConfig (annexConfig "diskreserve") (T.unpack $ diskReserve p)
89 unsetConfig (annexConfig "numcopies") -- deprecated
90 setConfig (annexConfig "autoupgrade") (fromAutoUpgrade $ autoUpgrade p)
H A DUpgrade.hs35 liftAnnex $ setConfig (annexConfig "autoupgrade")
H A DUnused.hs72 storeUnused f = setConfig (annexConfig "expireunused") $
H A DFsck.hs193 liftAnnex $ setConfig (annexConfig "fscknudge")
/dports/devel/hs-git-annex/git-annex-8.20210903/CmdLine/
H A DOption.hs94 (ConfigKey debugconfig) = annexConfig "debug"
95 (ConfigKey debugfilterconfig) = annexConfig "debugfilter"
/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DConfig.hs13 annexConfig,
86 setConfig (annexConfig "crippledfilesystem") (Git.Config.boolConfig b)
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DVersion.hs47 versionField = annexConfig "version"
H A DInit.hs365 setConfig (annexConfig "pidlock") (Git.Config.boolConfig True)
371 setConfig (annexConfig "sshcaching") (Git.Config.boolConfig False)
382 setConfig (annexConfig "hardlink") (Git.Config.boolConfig True)
H A DUUID.hs47 configkeyUUID = annexConfig "uuid"
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DHook.hs136 hook = annexConfig $ encodeBS $ hookname ++ "-" ++ action ++ "-hook"
137 hookfallback = annexConfig $ encodeBS $ hookname ++ "-hook"
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/
H A DMakeRepo.hs76 setConfig (annexConfig "thin") (Git.Config.boolConfig True)
H A DSync.hs256 key = Config.annexConfig "autocommit"
/dports/devel/hs-git-annex/git-annex-8.20210903/Upgrade/
H A DV5.hs90 setConfig (annexConfig "thin") (boolConfig True)
/dports/devel/hs-git-annex/git-annex-8.20210903/Upgrade/V5/
H A DDirect.hs37 setConfig (annexConfig "direct") val
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DFuzzTest.hs56 key = annexConfig "eat-my-repository"