radicle: use `git fetch` over libigt2 in checkout
Similarly to pushing using the file:// protocol and libgit2, fetching will
be slow – so instead use git fetch directly to perform the checkout.
1 file changed
+26
-2
a9fa31e5
→
ce8ac663
modified radicle/src/rad.rs
@@ -215,7 +215,7 @@ pub fn fork<G: Signer, S: storage::WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -254,7 +254,31 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|