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
{- 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")