modified node/Cargo.toml
@@ -19,6 +19,7 @@ git-url = { version = "0.3.5", features = ["serde1"] }
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -28,7 +29,6 @@ nonempty = { version = "0.8.0", features = ["serialize"] }
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified node/src/identity.rs
@@ -12,7 +12,7 @@ use crate::hash;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -154,8 +154,8 @@ pub struct Project {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -178,17 +178,25 @@ pub struct Doc {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified node/src/storage/git.rs
@@ -216,7 +216,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|