improve comment
This commit is contained in:
parent
5ae4c1987f
commit
8a81ddb448
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue