twmr / gerrit.el

gerrit integration in emacs
44 stars 5 forks source link

Make gerrit-get-current-project handle all types of Git URLs #14

Closed snogge closed 3 years ago

snogge commented 3 years ago

Use url-generic-parse-url to parse the remote URL except for the special scp-like URL USER@HOST:PATH.

twmr commented 3 years ago

@snogge thanks a lot for generalizing gerrit-get-current-project. I highly appreciate your contribution!