From a5e968bb8d4c608c33463160ea2b583a3e34b8fc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Sep 2017 13:57:25 -0400 Subject: add ExportTree table to export db New table needed to look up what filenames are used in the currently exported tree, for reasons explained in export.mdwn. Also, added smart constructors for ExportLocation and ExportDirectory to make sure they contain filepaths with the right direction slashes. And some code refactoring. This commit was sponsored by Francois Marier on Patreon. --- 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 1d74b358a..e8c3d2373 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -506,6 +506,7 @@ Executable git-annex Annex.Direct Annex.Drop Annex.Environment + Annex.Export Annex.FileMatcher Annex.Fixup Annex.GitOverlay -- cgit v1.2.3