From a60c23a82991738882aab1946206215c0758a34d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Sep 2017 13:52:22 -0400 Subject: track exported files in a sqlite database Went with a separate db per export remote, rather than a single export database. Mostly because there will probably not be a lot of separate export remotes, and it might be convenient to be able to delete a given remote's export database. This commit was supported by the NSF-funded DataLad project. --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 178531de0..af31207bd 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -787,6 +787,7 @@ Executable git-annex Config.GitConfig Creds Crypto + Database.Export Database.Fsck Database.Handle Database.Init -- cgit v1.2.3