modified crates/radicle-remote-helper/src/fetch.rs
@@ -4,8 +4,8 @@ use std::{io, process::ExitStatus};
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -33,9 +33,10 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -58,7 +59,7 @@ pub fn run<R: ReadRepository>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,7 +73,7 @@ pub fn run<R: ReadRepository>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,8 +83,5 @@ pub fn run<R: ReadRepository>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
modified crates/radicle-remote-helper/src/main.rs
@@ -19,6 +19,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -241,6 +242,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -290,12 +292,12 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|