summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-12 11:52:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-12 11:52:12 -0400
commitce97548e6dcc90c9be2d1f051fb7dda63eef4c33 (patch)
tree3aa98c0480b752aed4e8b519bcfc056dbae3c10e
parent419a1dd4088b1e97ac55f487e2a6cf43c79648c1 (diff)
update
-rw-r--r--doc/todo/smudge.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn
index 32080fcd1..78a20fd6d 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.