Skip to content
Snippets Groups Projects
Commit 5f93caf3 authored by Sean Farley's avatar Sean Farley
Browse files

git_handler: test for a raw git ssh uri

By testing the uri early, we can reuse logic later in the method to parse the
git uri. We rely on the isgitsshuri heuristic to return True or False, and if
True, prepend 'git+ssh://' to the uri.

Arguably, this is fragile, and am open to better ideas, but can't think of
anything else currently.
parent 0e975d03
No related branches found
Tags 0.4.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment