modified radicle/src/git.rs
@@ -8,6 +8,7 @@ use once_cell::sync::Lazy;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -666,6 +667,29 @@ pub mod env {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -24,6 +24,7 @@ use crate::identity::{Id, Identity};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -507,6 +508,8 @@ pub trait WriteRepository: ReadRepository + SignRepository {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -637,6 +637,13 @@ impl WriteRepository for Repository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -263,6 +263,10 @@ impl WriteRepository for MockRepository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|