HomeSoftware Heritage

cgit: Compute origin urls out of a base git url when provided.

Description

cgit: Compute origin urls out of a base git url when provided.

This adds a second behavior to the cgit lister to actually compute origin urls instead
of parsing them out of another http request on git detailed page.

This new behavior is expected to be the default behavior.

The old behavior is kept for now and is expected to be used as fallback if too much
false negatives are returned.

Related to T2999