This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle files with a backtick in the name
GitLink uses the `Uri` APIs in order to calculate relative file paths. This API will escape a number of characters, including backtick, when converting from `string` to `Uri`. These characters are not unescaped when converting from `Uri` to `string`. Hence the paths produced from GetRelativePath are incorrect and GitLink can't process the files. Fixed to unescape the characters once the relative path is calculated. closes #163
- Loading branch information