modified radicle-cob/src/backend/git/change.rs
@@ -9,6 +9,7 @@ use git_commit::{self as commit, Commit};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -114,7 +115,7 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -122,11 +123,13 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -149,6 +152,7 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -208,7 +212,7 @@ fn write_commit<O>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -221,14 +225,14 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -236,11 +240,10 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/change/store.rs
@@ -7,7 +7,10 @@ use std::{error::Error, fmt};
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -59,6 +62,8 @@ pub struct Change<Resource, Id, Signature> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/change_graph/evaluation.rs
@@ -70,6 +70,7 @@ fn evaluate_change(
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cob/src/history.rs
@@ -15,7 +15,7 @@ use radicle_crypto::PublicKey;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,6 +44,7 @@ impl History {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -55,6 +56,7 @@ impl History {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,6 +87,16 @@ impl History {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -120,6 +132,7 @@ impl History {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -131,6 +144,7 @@ impl History {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cob/src/history/entry.rs
@@ -16,6 +16,9 @@ pub type Contents = Vec<u8>;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -51,6 +54,8 @@ pub struct Entry {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -60,6 +65,7 @@ impl Entry {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -72,6 +78,7 @@ impl Entry {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -90,6 +97,11 @@ impl Entry {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/create.rs
@@ -76,6 +76,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/update.rs
@@ -81,9 +81,13 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|