Closed geralfonso closed 2 years ago
This is very cool! Thank you a lot!
I think there might be an edgecase that's not handled? I am getting un-normalized urls:
gitlab@gitlab.foo.company.com:org/project/repo.git/commit/197a00bafd0290223492f24ea1b8db81fdfa93ea
@bear24rw can you please share the output of git remote get-url origin
(feel free to replace the private stuff with foo/bar/etc)
@bear24rw can you please share the output of
git remote get-url origin
(feel free to replace the private stuff with foo/bar/etc)
gitlab@gitlab.org.company.com:group/subproject/repo.git
Hi,
I like a lot
GitBlameOpenCommitURL
command, but it was not working for me because some remote urls have the SSH URL version, like:and also because of the
.git
word at the end, like:https://github.com/f-person/git-blame.nvim.git
I figured it would be helpful if we normalize the remote url to support all formats