modified radicle-cob/src/object/collaboration/create.rs
@@ -48,19 +48,19 @@ impl<Author> Create<Author> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -81,7 +81,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/update.rs
@@ -42,19 +42,19 @@ pub struct Update<Author> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -86,7 +86,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/tests.rs
@@ -22,7 +22,7 @@ fn roundtrip() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +54,7 @@ fn list_cobs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,7 +68,7 @@ fn list_cobs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,7 +103,7 @@ fn update_cob() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,7 +121,7 @@ fn update_cob() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -161,7 +161,7 @@ fn traverse_cobs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -183,7 +183,7 @@ fn traverse_cobs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob.rs
@@ -5,8 +5,11 @@ pub use cob::{
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -21,6 +24,20 @@ pub struct Author {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -47,14 +64,14 @@ impl identity::Identity for Author {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,14 +120,14 @@ pub fn list(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/git.rs
@@ -151,9 +151,9 @@ pub mod refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/lib.rs
@@ -25,9 +25,9 @@ pub use storage::git::Storage;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
modified radicle/src/storage/git.rs
@@ -771,7 +771,7 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|