Skip to content

Fix for username.github.io (take two)

geeseven requested to merge (removed):regex-fix-for-username.github.io into master

Currently, the address gets mangled with a repository name like username.github.io. An address of git@github.com:username/username.github.io get changed to git@github.com:username/usernamehub.io.git.

This fix makes sure only the trailing '.git' gets removed.

Closes #189

Edited by Torsten Grote

Merge request reports