-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
- GitLens Version: v11.6.1
- Git Version: Run
git --version2.33.0.windows.2
- VSCode Version: Run
code --version - OS Version:
Version: 1.61.2 (user setup)
Commit: 6cba118ac49a1b88332f312a8f67186f7f3c1643
Date: 2021-10-19T14:57:20.575Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043
Steps to Reproduce:
- For Remote-Repositories with a blank in the Name , e.g. "CCO0 Main" the WorkItem Link is broken.
The displayed Link is
https://dev.azure.com/DEHAM-WID/BC/CCO0 Main/_workitems/edit/208 (with blank)
and it should be
https://dev.azure.com/DEHAM-WID/BC/CCO0%20Main/_workitems/edit/208 (with masked blank)
I have looked at the Debug Log, and tried to find the problem within the logs.
But i have not found any issue in there. So it seems, that the link is created and not logged.
Perhaps in the autolinks.ts???
Debug Log:
[2021-10-22 15:18:58:977] [c:/.../DEHAM-WID/CCO0 Main] git blame --root --incremental -- app/src/SCMFunctions.Codeunit.al • 241 ms
[2021-10-22 15:19:01:559] [c:/.../DEHAM-WID/CCO0 Main] git ls-files -- app/src/SCMFunctions.Codeunit.al • 202 ms
[2021-10-22 15:19:01:618] [c:/.../DEHAM-WID/CCO0 Main] git diff --no-ext-diff --minimal -U0 -M --diff-filter=M 039829a9dbd7f08e859cf8a49bc847b8f696ab1b -- app/src/SCMFunctions.Codeunit.al • 240 ms
[2021-10-22 15:19:01:873] [c:/.../DEHAM-WID/CCO0 Main] git log --format=%x3c%x2ff%x3e%n%x3cr%x3e%x20%H%n%x3ca%x3e%x20%aN%n%x3ce%x3e%x20%aE%n%x3cd%x3e%x20%at%n%x3cc%x3e%x20%ct%n%x3cp%x3e%x20%P%n%x3cs%x3e%n%B%n%x3c%x2fs%x3e%n%x3cf%x3e -n3 -m --numstat --summary 49455f55ed032201d6a5f8d321a2fa734c14963b -- app/src/SCMFunctions.Codeunit.al • 311 ms
