From f0ddc0a75c0477e3f78944d5de841789cc077cb4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 9 Apr 2016 13:22:27 -0400 Subject: [PATCH] comment --- doc/todo/smudge.mdwn | 4 ---- .../comment_10_19dd6be938d71c7311aecb3081849792._comment | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 doc/todo/smudge/comment_10_19dd6be938d71c7311aecb3081849792._comment 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. +"""]]