todo
authorJoey Hess <joeyh@joeyh.name>
Mon, 12 Dec 2016 21:21:32 +0000 (17:21 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 12 Dec 2016 21:21:32 +0000 (17:21 -0400)
doc/todo/smudge.mdwn

index 78a20fd6d9de80dfb64324d19feea32758c14d14..611722490380f69575f007c2e35ed86741f529e2 100644 (file)
@@ -37,6 +37,10 @@ git-annex should use smudge/clean filters.
   And developed a patch set:
   <http://thread.gmane.org/gmane.comp.version-control.git/297475>
 
+* Implement git's new `filter.<driver>.process` interface, which will
+  let only 1 git-annex process be started by git when processing
+  multiple files, and so should be faster.
+
 * Checking out a different branch causes git to smudge all changed files,
   and write their content. This does not honor annex.thin. A warning
   message is printed in this case.