summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-15 17:13:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-15 21:35:35 -0400
commitc88dfda7e03cab4d96417518b6cfcffd54ad8f5d (patch)
treee8b74b19ed21809af4c170bbf0100d213f2b1d78 /Assistant
parentf1559c6cfee308e2a3c539bfb8fc8986ca610f61 (diff)
remove absNormPathUnix again
Moving toward dropping MissingH dep. I think I've addressed the problem identified earlier in 7141943075211f9dd4959ca4c8b0a274f48dc9ff. On Windows, absPathFrom "/tmp/repo/xxx" "y/bar" would be "/tmp/repo/xxx\\y/bar", which then confuses relPathDirToFile. Fixed by converting to unix (git) style paths. Also, relPathDirToFile was splitting only on \\ on windows and not / which broke the example in 7141943075211f9dd4959ca4c8b0a274f48dc9ff of relPathDirToFile (absPathFrom "/tmp/repo/xxx" "y/bar") "/tmp/repo/.git/annex/objects/xxx" Now, on windows, that will yield "..\\..\\..\\.git/annex/objects/xxx" which once converted to unix style paths is what we want.
Diffstat (limited to 'Assistant')
0 files changed, 0 insertions, 0 deletions