diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 78a20fd6d9..6117224903 100644 --- a/doc/todo/smudge.mdwn +++ b/doc/todo/smudge.mdwn @@ -37,6 +37,10 @@ git-annex should use smudge/clean filters. And developed a patch set: +* Implement git's new `filter..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.