remote-helper: Add patch.create-branch option
1 failed
(1 total)
View logs
modified crates/radicle-remote-helper/src/main.rs
@@ -167,6 +167,8 @@ pub struct Options {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -289,6 +291,7 @@ fn push_option(args: &[&str], opts: &mut Options) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push.rs
@@ -564,15 +564,38 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified rad-patch.1.adoc
@@ -217,6 +217,9 @@ The full list of options follows:
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|