cob: Parametrize `Change` with single signature
modified radicle-cob/src/backend/git/change.rs
@@ -64,6 +64,10 @@ pub mod error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -82,7 +86,7 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -127,7 +131,7 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,7 +142,15 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -147,7 +159,7 @@ impl change::Storage for git2::Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/change.rs
@@ -8,9 +8,9 @@ use git_ext::Oid;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
modified radicle-cob/src/change/store.rs
@@ -54,14 +54,14 @@ pub struct Create<Id> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -111,12 +111,21 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/change_graph.rs
@@ -15,7 +15,7 @@ use petgraph::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,7 +37,7 @@ impl ChangeGraph {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/lib.rs
@@ -97,7 +97,7 @@ pub use history::{Contents, Entry, History, HistoryType};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,7 +134,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/signatures.rs
@@ -24,6 +24,12 @@ pub struct Signature {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|