cli: watch for upload-pack events in `rad init`
modified radicle-cli/examples/rad-init-sync-preferred.md
@@ -10,6 +10,7 @@ Initializing public radicle 👾 repository in [..]
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/init.rs
@@ -2,10 +2,10 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -14,8 +14,9 @@ use radicle::crypto::{ssh, Verified};
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -364,7 +365,9 @@ fn sync(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -392,17 +395,40 @@ fn sync(
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|