modified radicle/src/storage/git/transport/remote/mock.rs
@@ -3,6 +3,7 @@ use std::collections::HashMap;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -12,7 +13,8 @@ use crate::storage::git::transport::ChildStream;
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -25,8 +27,9 @@ impl git2::transport::SmartSubtransport for MockTransport {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,9 +92,10 @@ pub fn register(node: &RemoteId, path: &Path) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|