Merge branch 'master' into relativepaths
Conflicts: Locations.hs debian/changelog
This commit is contained in:
commit
858d776352
61 changed files with 238 additions and 122 deletions
|
@ -146,7 +146,7 @@ gitAnnexLink file key r = do
|
|||
currdir <- getCurrentDirectory
|
||||
let absfile = fromMaybe whoops $ absNormPathUnix currdir file
|
||||
loc <- gitAnnexLocation' key r False
|
||||
relPathDirToFile (parentDir absfile) loc
|
||||
relPathDirToFile (takeDirectory absfile) loc
|
||||
where
|
||||
whoops = error $ "unable to normalize " ++ file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue