From be2832655bb598eb4cc015aedcd5f8d157cbda06 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Jul 2016 11:52:12 -0400 Subject: [PATCH] update --- doc/todo/smudge.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 32080fcd1d..78a20fd6d9 100644 --- a/doc/todo/smudge.mdwn +++ b/doc/todo/smudge.mdwn @@ -57,6 +57,8 @@ git-annex should use smudge/clean filters. be sorted out first; it would not do for git annex adjust to cause the whole work tree to be considered to be modified! + My enhanced smudge/clean patch set also fixes this problem. + * When git runs the smudge filter, it buffers all its output in ram before writing it to a file. So, checking out a branch with a large v6 unlocked files can cause git to use a lot of memory.