improve comment

This commit is contained in:
Joey Hess 2016-05-10 14:42:57 -04:00
parent 5ae4c1987f
commit 8a81ddb448
Failed to extract signature

View file

@ -177,9 +177,9 @@ checkCrippledFileSystem = whenM probeCrippledFileSystem $ do
setCrippledFileSystem True setCrippledFileSystem True
{- Normally git disables core.symlinks itself when the {- Normally git disables core.symlinks itself when the
- filesystem does not support them, but in Cygwin, git - filesystem does not support them. But, even if symlinks are
- does support symlinks, while git-annex, not linking - supported, we don't use them by default in a crippled
- with Cygwin, does not. -} - filesystem. -}
whenM (coreSymlinks <$> Annex.getGitConfig) $ do whenM (coreSymlinks <$> Annex.getGitConfig) $ do
warning "Disabling core.symlinks." warning "Disabling core.symlinks."
setConfig (ConfigKey "core.symlinks") setConfig (ConfigKey "core.symlinks")