helper: Don't require `GIT_DIR` for listing refs
1 file changed
+6
-5
855327d3
→
6763bf31
modified radicle-remote-helper/src/lib.rs
@@ -108,10 +108,8 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -162,7 +160,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -171,6 +169,9 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|