summaryrefslogtreecommitdiff
path: root/Logs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Logs.hs')
-rw-r--r--Logs.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Logs.hs b/Logs.hs
index 50b955420f..b8b1565286 100644
--- a/Logs.hs
+++ b/Logs.hs
@@ -139,6 +139,11 @@ multicastLog = "multicast.log"
exportLog :: RawFilePath
exportLog = "export.log"
+{- This is not a log file, it's where exported treeishes get grafted into
+ - the git-annex branch. -}
+exportTreeGraftPoint :: RawFilePath
+exportTreeGraftPoint = "export.tree"
+
{- The pathname of the location log file for a given key. -}
locationLogFile :: GitConfig -> Key -> RawFilePath
locationLogFile config key =