modified node/src/git.rs
@@ -2,6 +2,7 @@ use std::path::Path;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -35,6 +36,44 @@ pub enum ListRefsError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified node/src/identity/doc.rs
@@ -27,7 +27,6 @@ pub struct Untrusted;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -155,7 +154,7 @@ impl Doc<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -173,7 +172,7 @@ impl Doc<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -352,7 +351,8 @@ impl<V> Doc<V> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified node/src/rad.rs
@@ -61,7 +61,7 @@ pub fn init<'r, G: Signer, S: storage::WriteStorage<'r>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,7 +69,9 @@ pub fn init<'r, G: Signer, S: storage::WriteStorage<'r>>(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -114,25 +116,25 @@ pub fn fork<'r, G: Signer, S: storage::WriteStorage<'r>>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -182,7 +184,7 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -191,7 +193,7 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|