diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index d4187c0a02..ff4688aa09 100644 --- a/doc/todo/smudge.mdwn +++ b/doc/todo/smudge.mdwn @@ -26,10 +26,6 @@ git-annex should use smudge/clean filters. * 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. -* annex.thin doesn't have any effect on filesystems not supporting - hard links. It does work on Windows now(!) -- but not on FAT. - So changing to v6 unlocked files on such a FS always doubles - disk use from direct mode. Do something about this? * Later still, remove support for direct mode, and enable automatic v5 to v6 upgrades. diff --git a/doc/todo/smudge/comment_10_19dd6be938d71c7311aecb3081849792._comment b/doc/todo/smudge/comment_10_19dd6be938d71c7311aecb3081849792._comment new file mode 100644 index 0000000000..634b34e83f --- /dev/null +++ b/doc/todo/smudge/comment_10_19dd6be938d71c7311aecb3081849792._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 10""" + date="2016-04-09T17:22:11Z" + content=""" +Hardlinks now used on windows when annex.thin is enabled. +"""]]