This commit is contained in:
Joey Hess 2016-04-08 15:31:53 -04:00
parent 1e005feee2
commit 973d66bb67
Failed to extract signature

View file

@ -26,10 +26,10 @@ git-annex should use smudge/clean filters.
* Eventually (but not yet), make v6 the default for new repositories. * Eventually (but not yet), make v6 the default for new repositories.
Note that the assistant forces repos into direct mode; that will need to Note that the assistant forces repos into direct mode; that will need to
be changed then, and it should enable annex.thin instead. be changed then, and it should enable annex.thin instead.
* annex.thin doesn't work on crippled filesystems, so changing to v6 * annex.thin doesn't have any effect on filesystems not supporting
unlocked files on such a FS always doubles disk use from direct mode. hard links. It does work on Windows now(!) -- but not on FAT.
Do something about this? Could use windows hard link equivilant.. Or, So changing to v6 unlocked files on such a FS always doubles
could only store the file content in the work tree and not annex/objects. disk use from direct mode. Do something about this?
* Later still, remove support for direct mode, and enable automatic * Later still, remove support for direct mode, and enable automatic
v5 to v6 upgrades. v5 to v6 upgrades.