This commit is contained in:
Joey Hess 2016-12-12 17:21:32 -04:00
parent 63a49d4df8
commit 6f502c859b
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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.