gitweb: Check git URLs can be cloned before creating loading tasks
Git URLs scapped from gitweb pages or derived from project URLs are now checked for clonability before sending them to the scheduler. It allows to discard invalid clone URLs as it exists cases where only one URL can be cloned from the list provided by a gitweb project. This slightly slow downs the listing process but ensures better result. Fixes #4713.
Please register or sign in to comment