remote-helper: Simplify handling of `GIT_DIR`
modified crates/radicle-remote-helper/src/main.rs
@@ -7,6 +7,14 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -89,12 +97,6 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -185,13 +187,14 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -243,25 +246,23 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push.rs
@@ -5,7 +5,6 @@ mod error;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -247,7 +246,6 @@ impl PushAction {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -292,7 +290,9 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|