diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-08 15:25:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-08 15:25:32 -0400 |
commit | 9e65dd757f9fe8e031ea936ce4e2a8cb998f7f83 (patch) | |
tree | 7b6e0c509838db15e079f57f176f5902e65508c5 /doc/tips | |
parent | fdfd56c647d685ad5618917341db0b7c97e1b63a (diff) |
hard links on windows
* annex.thin and annex.hardlink are now supported on Windows.
* unannex --fast now makes hard links on Windows.
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/unlocked_files.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/unlocked_files.mdwn b/doc/tips/unlocked_files.mdwn index cc9972f9e..20605b612 100644 --- a/doc/tips/unlocked_files.mdwn +++ b/doc/tips/unlocked_files.mdwn @@ -143,7 +143,7 @@ match the new setting: git annex fix Note that setting annex.thin only has any effect on systems that support -hard links. Ie, not Windows, and not FAT filesystems. +hard links. It is supported on Windows, but not on FAT filesystems. ## tradeoffs |