From df81023501e2b0d930ec90cc6f5a6c6735f84818 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 Jan 2015 17:38:06 -0400 Subject: Repository tuning parameters can now be passed when initializing a repository for the first time. * init: Repository tuning parameters can now be passed when initializing a repository for the first time. For details, see http://git-annex.branchable.com/tuning/ * merge: Refuse to merge changes from a git-annex branch of a repo that has been tuned in incompatable ways. --- Logs.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Logs.hs') diff --git a/Logs.hs b/Logs.hs index 7452339cd..8d8ae993b 100644 --- a/Logs.hs +++ b/Logs.hs @@ -39,6 +39,7 @@ topLevelUUIDBasedLogs = , preferredContentLog , requiredContentLog , scheduleLog + , differenceLog ] {- All the ways to get a key from a presence log file -} @@ -82,6 +83,9 @@ groupPreferredContentLog = "group-preferred-content.log" scheduleLog :: FilePath scheduleLog = "schedule.log" +differenceLog :: FilePath +differenceLog = "difference.log" + {- The pathname of the location log file for a given key. -} locationLogFile :: Key -> String locationLogFile key = hashDirLower key ++ keyFile key ++ ".log" -- cgit v1.2.3