the macro that was printing the ssh url uses unnamed parameters, so it was using the username as the prefix. sending an empty string prefix fixes this issue.
Fixes #3532
Looks good to me
rebased onto a8ce0572cd5dfe373f7e55fe8fb26be0e83d4729
Pull-Request has been merged by pingou
the macro that was printing the ssh url uses unnamed
parameters, so it was using the username as the prefix.
sending an empty string prefix fixes this issue.
Fixes #3532