You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsync: use a more robust check for relative link than "startswith"
`startswith` is incorrect for paths in general, e.g. doesn't handle
Windows extended-length paths and other such.
The particular code here also wasn't careful about `/a/bc` not being
relative to `/a/b`.
0 commit comments