Skip to content

Make clone actually fallback to import instead of just importing.

Florian Heck requested to merge heckflor/GitWrapper:master into master

After a hint from Claus, I've noticed that clone imports the repository if it is already present, but does not go through the import method and therefore, among others, does not handle URLs correctly. This should change that.

Merge request reports