Use `git {send,fetch}-pack` instead of `git {push,fetch}` internally
4 files changed
+46
-33
f9ff484c
→
86472fdc
modified crates/radicle-cli/src/commands/patch/checkout.rs
@@ -129,7 +129,7 @@ fn find_patch_commit<'a>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/fetch.rs
@@ -1,5 +1,5 @@
| - | |
|
|
| + | |
|
|
|
|
|
@@ -21,7 +21,15 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -37,7 +45,7 @@ pub fn run<R: ReadRepository>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +72,15 @@ pub fn run<R: ReadRepository>(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push.rs
@@ -121,10 +121,9 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -883,27 +882,17 @@ fn push_ref(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -911,7 +900,7 @@ fn push_ref(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/git.rs
@@ -78,6 +78,18 @@ impl Verbosity {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -783,13 +795,13 @@ pub mod process {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -798,13 +810,9 @@ pub mod process {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|