close as dup

This commit is contained in:
Joey Hess 2017-06-09 13:43:53 -04:00
parent aa2ab14a83
commit 99a1e6efe2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 27 additions and 0 deletions

View file

@ -71,6 +71,12 @@ git-annex should use smudge/clean filters.
avoid the problem for git checkout, since it would use the new interface
and not the smudge filter.)
* When `git add` is run with a large file, it allocates memory for
the whole file content, even though it's only going
to stream it to the clean filter. My proposed smudge/clean
interface patch also fixed this problem, since it made git not read
the file at all.
* Eventually (but not yet), make v6 the default for new repositories.
Note that the assistant forces repos into direct mode; that will need to
be changed then, and it should enable annex.thin instead.