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
Fix relpath when path and startpath are in the same drive (#40323)
* Fix relpath when path and startpath are in the same drive
When startpath == ".", assume the startpath is in the same drive.
This subsequently required tweaking the existing logic to then
canonicalize the drive casing in instances where the drive casing
differs.
(cherry picked from commit 89fff18)
0 commit comments