git-remote: Add tip on how to create a patch
To help users that don’t know how to create a patch in Radicle.
We should show some hint when pushing a new branch.
1 file changed
+22
-6
9767b485
→
65956014
modified radicle-remote-helper/src/push.rs
@@ -266,7 +266,16 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -504,20 +513,21 @@ fn push<G: Signer>(
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -527,6 +537,12 @@ fn push<G: Signer>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|