From 8a81ddb448d9e881c0b4a8e1883d05fd41c5507a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 May 2016 14:42:57 -0400 Subject: [PATCH] improve comment --- Annex/Init.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Annex/Init.hs b/Annex/Init.hs index 67c92cdb3d..2b0d0f89d3 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")