modified node/src/git.rs
@@ -4,6 +4,7 @@ use crate::collections::HashMap;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -25,9 +26,10 @@ pub enum ListRefsError {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/protocol.rs
@@ -454,7 +454,14 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified node/src/storage.rs
@@ -6,6 +6,7 @@ use std::marker::PhantomData;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -130,7 +131,7 @@ pub trait ReadRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/storage/git.rs
@@ -2,6 +2,7 @@ use std::path::{Path, PathBuf};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -174,22 +175,21 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -219,6 +219,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -226,10 +227,12 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -249,10 +252,12 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified node/src/test/storage.rs
@@ -1,3 +1,5 @@
| + | |
| + | |
|
|
|
|
|
@@ -50,7 +52,7 @@ impl WriteStorage for MockStorage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|