modified radicle-node/src/control.rs
@@ -32,6 +32,8 @@ pub fn listen<H: Handle<Error = client::handle::Error>>(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -82,6 +84,8 @@ fn drain<H: Handle<Error = client::handle::Error>>(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -500,6 +500,12 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -523,6 +529,8 @@ where
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -532,8 +540,13 @@ where
|
|
|
|
|
|
| + | |
|
|
| + | |
| + | |
|
|
| + | |
| + | |
|
|
|
|
|
@@ -547,6 +560,8 @@ where
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -146,7 +146,7 @@ impl<G: Signer + EcSign + 'static> Worker<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -669,7 +669,7 @@ impl WriteRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -708,11 +708,11 @@ impl WriteRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|