helper: Fix error message
Git was outputting a confusing message when an unuspported option was used:
fatal: helper rad does not support ‘push-option’
This fixes it.
2 files changed
+12
-5
786ce40f
→
1c4a2cd1
modified radicle-cli/examples/git/git-push.md
@@ -69,3 +69,9 @@ $ git push rad :master
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-remote-helper/src/lib.rs
@@ -146,11 +146,12 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|