httpd: accept `/{rid}.git/{nid}/` paths as GIT_NAMESPACE-d remotes
modified radicle-httpd/src/git.rs
@@ -17,6 +17,7 @@ use flate2::write::GzDecoder;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -49,8 +50,16 @@ async fn git_handler(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,6 +81,7 @@ async fn git_http_backend(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -104,6 +114,9 @@ async fn git_http_backend(
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|