Archived in favor of patch `2985d3a8cc120e4c6a2464668f87c2d3b24fa98f`.
2 files changed
+63
-1
6ce2d00b
→
f13dcd5c
modified crates/radicle-remote-helper/src/fetch.rs
@@ -1,9 +1,10 @@
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,6 +37,12 @@ pub(super) enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -45,6 +52,8 @@ pub(super) fn run<G: GitService>(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -87,5 +96,56 @@ pub(super) fn run<G: GitService>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
modified crates/radicle-remote-helper/src/main.rs
@@ -348,6 +348,8 @@ fn run_loop<R: BufRead, W: Write, G: service::GitService, N: service::NodeSessio
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|