From 78e336434de08edcda121ddee2873023419672b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Sep 2017 18:30:36 -0400 Subject: fix compaction of export.log It was not getting old lines removed, because the tree graft confused the updater, so it union merged from the previous git-annex branch, which still contained the old lines. Fixed by carefully using setIndexSha. This commit was supported by the NSF-funded DataLad project. --- doc/todo/export.mdwn | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/todo/export.mdwn') diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn index 69f3dd170..45fc56995 100644 --- a/doc/todo/export.mdwn +++ b/doc/todo/export.mdwn @@ -17,7 +17,6 @@ there need to be a new interface in supported remotes? Work is in progress. Todo list: -* Compact the export.log to remove old entries. * `git annex get --from export` works in the repo that exported to it, but in another repo, the export db won't be populated, so it won't work. Maybe just show a useful error message in this case? @@ -25,7 +24,6 @@ Work is in progress. Todo list: export from another repository also doesn't work right, because the export database is not populated. So, seems that the export database needs to get populated based on the export log in these cases. -* Support export to aditional special remotes (webdav etc) * Support export in the assistant (when eg setting up a S3 special remote). Would need git-annex sync to export to the master tree? This is similar to the little-used preferreddir= preferred content -- cgit v1.2.3