summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 17:45:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 17:45:52 -0400
commit54fa27f616a38a24201479022b115cdac5f6f803 (patch)
tree9f2fdf02512101dea9b4945a9bb1fdec241c7b29 /doc/todo
parent89cd37ff4a24f9da071438e06d3a41861780a117 (diff)
change export.log format to support multiple export remotes
This breaks backwards compatibility, but only with unreleased versions of git-annex, which I think is acceptable. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/export.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index 0dde3a7d6..69f3dd170 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -17,9 +17,7 @@ there need to be a new interface in supported remotes?
Work is in progress. Todo list:
-* The export.log parsing only works right when there's one export
- remote. With 2, only the most recently exported to one is gotten from the
- log.
+* 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?