modified radicle/src/rad.rs
@@ -92,7 +92,7 @@ pub enum ForkError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -19,7 +19,7 @@ use crate::git::Url;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -256,7 +256,7 @@ pub trait ReadRepository<'r> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -8,6 +8,7 @@ use once_cell::sync::Lazy;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -26,7 +27,7 @@ pub static SIGNATURES_GLOB: Lazy<refspec::PatternString> =
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,7 +70,7 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -256,7 +257,11 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -268,7 +273,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -277,7 +282,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -309,14 +314,14 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -439,8 +444,8 @@ impl<'r> ReadRepository<'r> for Repository {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -132,7 +132,7 @@ impl ReadRepository<'_> for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|