modified radicle-tools/Cargo.toml
@@ -32,3 +32,7 @@ path = "src/rad-push.rs"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
added radicle-tools/src/rad-clone.rs
@@ -0,0 +1,25 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle/src/rad.rs
@@ -215,6 +215,7 @@ pub fn clone<P: AsRef<Path>, G: Signer, S: storage::WriteStorage, H: node::Handl
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -276,7 +277,7 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|