modified crates/radicle-node/src/worker/fetch.rs
@@ -1,5 +1,3 @@
| - | |
| - | |
|
|
|
|
|
@@ -10,7 +8,6 @@ use localtime::LocalTime;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -345,16 +342,7 @@ fn set_canonical_refs(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push.rs
@@ -8,8 +8,6 @@ use std::process::ExitStatus;
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -19,7 +17,7 @@ use radicle::cob::patch;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -349,11 +347,7 @@ pub(super) fn run(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/identity/crefs.rs
@@ -6,35 +6,15 @@ use super::doc::{Delegates, Payload};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle/src/identity/doc.rs
@@ -756,6 +756,23 @@ impl Doc {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -923,26 +940,9 @@ pub enum CanonicalRefsError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -954,13 +954,9 @@ impl crefs::GetCanonicalRefs for Doc {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle/src/identity/doc/update.rs
@@ -6,7 +6,6 @@ use serde_json as json;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -212,6 +211,7 @@ pub fn verify(raw: RawDoc) -> Result<Doc, error::DocVerification> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -277,10 +277,7 @@ mod test {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -362,7 +359,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git.rs
@@ -13,9 +13,8 @@ use std::{fs, io};
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -857,11 +856,7 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|