diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-10 14:42:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-10 14:42:57 -0400 |
commit | c7408c23459c951add738b8a7dc8b18f6e98e178 (patch) | |
tree | bc64e93613bf5d18d960b9100a5bff3fbabdc935 /Annex | |
parent | 13f088073ed72b68ac5a5e5bab737f9ab63a7aa5 (diff) |
improve comment
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Init.hs | 6 |
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") |