From 8bf6dab615a82a727e04fb2299c1b088cf1a0f29 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 May 2024 14:42:25 -0400 Subject: [PATCH] update --- doc/todo/git-remote-annex.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/todo/git-remote-annex.mdwn b/doc/todo/git-remote-annex.mdwn index 7683eff17d..7d115739cc 100644 --- a/doc/todo/git-remote-annex.mdwn +++ b/doc/todo/git-remote-annex.mdwn @@ -16,6 +16,10 @@ This is implememented and working. Remaining todo list for it: * Support max-bundles config +* Cloning from an annex:: url with importtree=yes doesn't work + (with or without exporttree=yes). This is because the ContentIdentifier + db is not populated. + * Need to mention git-remote-annex in special remotes page, and perhaps write a tip for it. Also link to it from git-annex man page.