a few hlints
This commit is contained in:
parent
32aa42de7d
commit
2b79e6fe08
14 changed files with 20 additions and 21 deletions
|
@ -165,7 +165,7 @@ gitAnnexLink file key r config = do
|
|||
{- This special case is for git submodules on filesystems not
|
||||
- supporting symlinks; generate link target that will
|
||||
- work portably. -}
|
||||
| coreSymlinks config == False && needsSubmoduleFixup r =
|
||||
| not (coreSymlinks config) && needsSubmoduleFixup r =
|
||||
fromMaybe whoops $ absNormPathUnix currdir $
|
||||
Git.repoPath r </> ".git"
|
||||
| otherwise = Git.localGitDir r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue