diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-12 17:21:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-12 17:21:32 -0400 |
commit | e3fa232df35d360aa4e0343af4cdb0d223bb4bb5 (patch) | |
tree | 8339ed2c64ed105d5d25c3ef7fcae2792d33f6d1 /doc | |
parent | 268e739e6d157250791189b447c58a923fd7c180 (diff) |
todo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/smudge.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 78a20fd6d..611722490 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: <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. |