Skip to content

Allow clones from /namespace/project

What does this MR do?

Allow git clone https://host/namespace/project to work, in addition to git clone https://host/namespace/project.git

Are there points in the code the reviewer needs to double check?

This just redirects, but it might be better to explicitly handle namespace/project/info/refs, namespace/project/git-upload-pack, and namespace/project/git-receive-pack.

Why was this MR needed?

Because it's friendlier

What are the relevant issue numbers?

Closes #13840 (closed).

Merge request reports