summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-04 13:52:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-04 13:53:08 -0400
commita60c23a82991738882aab1946206215c0758a34d (patch)
tree5de67d6003b265959db2b81194543cff802e5359 /git-annex.cabal
parent5ce97e8c736c121d53af23d7036264868a461db8 (diff)
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.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
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