summaryrefslogtreecommitdiff
path: root/Logs.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-01-30 16:41:29 -0400
committerJoey Hess <joeyh@joeyh.name>2017-01-30 16:46:38 -0400
commit339464e847d52cbe8745605e07e7ffb7368647c4 (patch)
tree1947746f1b95b832f4138339919bd899f9cb583e /Logs.hs
parent26d23e38f1ba465924a4777119869f10c03167fc (diff)
config: New command for storing configuration in the git-annex branch.
Any config names can be set using this; git-annex commands will only look at specific ones that make sense and are worth the overhead of querying the branch. This might also be useful for storing whatever other config-type stuff the user might want to shove into the git-annex branch. This commit was sponsored by Jochen Bartl on Patreon.
Diffstat (limited to 'Logs.hs')
-rw-r--r--Logs.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Logs.hs b/Logs.hs
index a3dd968880..38bd1c0683 100644
--- a/Logs.hs
+++ b/Logs.hs
@@ -63,6 +63,9 @@ uuidLog = "uuid.log"
numcopiesLog :: FilePath
numcopiesLog = "numcopies.log"
+configLog :: FilePath
+configLog = "config.log"
+
remoteLog :: FilePath
remoteLog = "remote.log"