modified radicle-cli/examples/git/git-push.md
@@ -28,12 +28,14 @@ hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/lib.rs
@@ -53,6 +53,12 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -80,6 +86,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -94,8 +101,16 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -115,6 +130,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/push.rs
@@ -19,7 +19,7 @@ use radicle::Profile;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,6 +117,7 @@ pub fn run(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -195,13 +196,15 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|