modified radicle-cob/Cargo.toml
@@ -12,6 +12,11 @@ edition = "2021"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/backend/git/change.rs
@@ -261,6 +261,7 @@ fn write_commit(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -273,6 +274,15 @@ fn write_commit(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/Cargo.toml
@@ -64,3 +64,8 @@ qcheck = { version = "1", default-features = false }
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle/src/test.rs
@@ -92,15 +92,13 @@ pub mod setup {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
|
|
|
|
|
@@ -138,10 +136,12 @@ pub mod setup {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -240,9 +240,9 @@ pub mod setup {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/fixtures.rs
@@ -10,7 +10,7 @@ use crate::storage::git::Storage;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|