From 6f502c859b758e7cb6632b7546a22fdf17067ac4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Dec 2016 17:21:32 -0400 Subject: [PATCH] todo --- doc/todo/smudge.mdwn | 4 ++++ 1 file changed, 4 insertions(+) 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.