Add routes to allow git actions on snippet repositories
All threads resolved!
In this MR we implement the following:
git_http
routes because, for now, snippet repositories won't support LFS (mainly because lfs_enabled
is a project feature and we have to think if we could enable it by default for personal snippets).GitHttpController(s)
and the SSH internal API to allow basic cloning/pushing/pulling operations for resources other than projects.Refs #39176 (closed) Closes #205666 (closed)