remote-helper: Support push --force-with-lease
1 passed
2 failed
(3 total)
View logs
modified crates/radicle-cli/examples/git/git-push-amend.md
@@ -20,7 +20,7 @@ $ git commit --amend -m "Neue Änderungen" --allow-empty -q
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-rollback.md
@@ -53,7 +53,7 @@ Since the canonical head is still decidable from this commit she is allowed to
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-tag.md
@@ -63,7 +63,7 @@ Updated tag 'v1.0' (was be18ed6)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-revert-merge.md
@@ -49,7 +49,7 @@ HEAD is now at f2de534 Second commit
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-via-push.md
@@ -9,7 +9,7 @@ Switched to a new branch 'feature/1'
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -203,10 +203,10 @@ hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/main.rs
@@ -240,6 +240,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -278,6 +279,10 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -301,6 +306,7 @@ pub fn run(profile: radicle::Profile) -> Result<(), Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push.rs
@@ -251,6 +251,7 @@ pub fn run(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -341,6 +342,7 @@ pub fn run(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -361,6 +363,7 @@ pub fn run(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -512,7 +515,14 @@ impl<'a> TempPatchRef<'a> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -655,7 +665,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -681,6 +691,7 @@ fn patch_update<G>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -709,7 +720,14 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -758,6 +776,7 @@ fn push<G>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -767,7 +786,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -950,6 +969,7 @@ fn push_ref(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -963,6 +983,13 @@ fn push_ref(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|