summaryrefslogtreecommitdiff
path: root/Annex/Init.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 14:42:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-10 14:42:57 -0400
commitc7408c23459c951add738b8a7dc8b18f6e98e178 (patch)
treebc64e93613bf5d18d960b9100a5bff3fbabdc935 /Annex/Init.hs
parent13f088073ed72b68ac5a5e5bab737f9ab63a7aa5 (diff)
improve comment
Diffstat (limited to 'Annex/Init.hs')
-rw-r--r--Annex/Init.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Annex/Init.hs b/Annex/Init.hs
index 67c92cdb3..2b0d0f89d 100644
--- a/Annex/Init.hs
+++ b/Annex/Init.hs
@@ -177,9 +177,9 @@ checkCrippledFileSystem = whenM probeCrippledFileSystem $ do
setCrippledFileSystem True
{- Normally git disables core.symlinks itself when the
- - filesystem does not support them, but in Cygwin, git
- - does support symlinks, while git-annex, not linking
- - with Cygwin, does not. -}
+ - filesystem does not support them. But, even if symlinks are
+ - supported, we don't use them by default in a crippled
+ - filesystem. -}
whenM (coreSymlinks <$> Annex.getGitConfig) $ do
warning "Disabling core.symlinks."
setConfig (ConfigKey "core.symlinks")