remote-helper: Simplify handling of `GIT_DIR`
modified crates/radicle-remote-helper/src/fetch.rs
@@ -1,5 +1,4 @@
|
|
| - | |
|
|
|
|
|
@@ -28,7 +27,6 @@ pub enum Error {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/main.rs
@@ -84,12 +84,6 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -180,13 +174,14 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -237,33 +232,23 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -370,4 +355,4 @@ pub(crate) fn patches_mut<'a>(
|
|
|
|
|
|
| - | |
|
|
| + | |
modified crates/radicle-remote-helper/src/push.rs
@@ -5,7 +5,6 @@ mod error;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -36,10 +35,6 @@ use crate::{hint, read_line, Options, Verbosity};
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -251,7 +246,6 @@ impl PushAction {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -296,7 +290,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -506,7 +500,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -620,7 +614,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -700,7 +694,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -881,7 +875,6 @@ fn push_ref(
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -889,7 +882,6 @@ fn push_ref(
|
|
|
|
|
|
| - | |
|
|
|
|
|