remote-helper: Create patch drafts via `git push`
modified radicle-cli/examples/rad-patch-draft.md
@@ -7,9 +7,11 @@ $ git commit -a -m "Nothing to see here.." -q --allow-empty
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/lib.rs
@@ -54,10 +54,12 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -108,6 +110,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/push.rs
@@ -175,7 +175,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -184,7 +184,6 @@ pub fn run(
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -193,6 +192,7 @@ pub fn run(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -237,12 +237,12 @@ pub fn run(
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -259,26 +259,48 @@ fn patch_open<G: Signer>(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -339,7 +361,6 @@ fn patch_open<G: Signer>(
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -348,6 +369,7 @@ fn patch_update<G: Signer>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -366,7 +388,7 @@ fn patch_update<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|